We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eacf886 commit 793f749Copy full SHA for 793f749
1 file changed
demos/testcurs.c
@@ -703,6 +703,7 @@ void inputTest(WINDOW *win)
703
wprintw( win, " ? getmouse failed ?");
704
}
705
#endif
706
+#ifdef PDCURSES
707
if( c != KEY_MOUSE && PDC_get_key_modifiers())
708
{
709
waddstr(win, " Modifier(s):");
@@ -718,6 +719,7 @@ void inputTest(WINDOW *win)
718
719
if (PDC_get_key_modifiers() & PDC_KEY_MODIFIER_NUMLOCK)
720
waddstr(win, " NUMLOCK");
721
722
+#endif
723
wrefresh(win);
724
line++;
725
0 commit comments