X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fcombine.c;h=7bc909745a2a5c2144b4e003878a6d798aaf8a0f;hp=1025c9f2f25127f342544ce4d0c88db0c3f9fb98;hb=1ddfa997c0965852dbdc738aa6d92c0cd0975f3b;hpb=e6bb3226cdd35f5fd9f45bb1685cc2203c889480 diff --git a/test/combine.c b/test/combine.c index 1025c9f2..7bc90974 100644 --- a/test/combine.c +++ b/test/combine.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2021 Thomas E. Dickey * + * Copyright 2021,2022 Thomas E. Dickey * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -26,13 +26,14 @@ * authorization. * ****************************************************************************/ /* - * $Id: combine.c,v 1.17 2021/12/18 21:04:00 tom Exp $ + * $Id: combine.c,v 1.19 2022/05/21 23:19:31 tom Exp $ */ #include #if USE_WIDEC_SUPPORT +#include #include #include @@ -252,8 +253,10 @@ main(int argc GCC_UNUSED, char *argv[]GCC_UNUSED) case 'd': if (log_option) dump_window(stdscr); +#if HAVE_SCR_DUMP else scr_dump(dump_log); +#endif break; case 'h': if (left_at > ' ')