comment update in win/curses/cursmisc.c

This commit is contained in:
nhmall
2023-03-24 11:54:47 -04:00
parent 3fcd56e6e3
commit a136dbac06

View File

@@ -1110,6 +1110,9 @@ parse_escape_sequence(boolean *keypadnum)
#endif /* !PDCURSES */
}
/* update_modifiers() and modified() will never be
called if modifiers_available is FALSE */
static void
update_modifiers(void)
{
@@ -1118,7 +1121,6 @@ update_modifiers(void)
#endif
}
/* This will never be called if modifiers_available is FALSE */
static int
modified(int ch)
{