comment update in win/curses/cursmisc.c
This commit is contained in:
@@ -1110,6 +1110,9 @@ parse_escape_sequence(boolean *keypadnum)
|
|||||||
#endif /* !PDCURSES */
|
#endif /* !PDCURSES */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* update_modifiers() and modified() will never be
|
||||||
|
called if modifiers_available is FALSE */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
update_modifiers(void)
|
update_modifiers(void)
|
||||||
{
|
{
|
||||||
@@ -1118,7 +1121,6 @@ update_modifiers(void)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This will never be called if modifiers_available is FALSE */
|
|
||||||
static int
|
static int
|
||||||
modified(int ch)
|
modified(int ch)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user