X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fdemo_terminfo.c;h=ab1c22c425cfeb6d4452d4ad49e42fd68447068e;hp=7de1919e78a1953efd5220658c25870a83e1fc9a;hb=8d3ea9021573747ecd129228ba7782a03243f62c;hpb=06078d3fa68db669ed37178c01873546b4b28745;ds=inline diff --git a/test/demo_terminfo.c b/test/demo_terminfo.c index 7de1919e..ab1c22c4 100644 --- a/test/demo_terminfo.c +++ b/test/demo_terminfo.c @@ -29,7 +29,7 @@ /* * Author: Thomas E. Dickey * - * $Id: demo_terminfo.c,v 1.47 2017/04/09 00:27:42 tom Exp $ + * $Id: demo_terminfo.c,v 1.48 2017/11/24 20:49:11 tom Exp $ * * A simple demo of the terminfo interface. */ @@ -69,8 +69,10 @@ static bool f_opt = FALSE; static bool n_opt = FALSE; static bool q_opt = FALSE; static bool s_opt = FALSE; +#ifdef NCURSES_VERSION static bool x_opt = FALSE; static bool y_opt = FALSE; +#endif static char *d_opt; static char *e_opt;