Fix warning
This commit is contained in:
parent
7ebf8253e6
commit
e077a8ff63
@ -363,7 +363,7 @@ static void disp_cat() {
|
||||
gkbd.inmenu = false;
|
||||
}
|
||||
|
||||
if ((kbch == -1) || (kbch == Key_Esc))
|
||||
if ((kbch == word(-1)) || (kbch == Key_Esc))
|
||||
{
|
||||
// clear any PgUp or PgDn keystrokes that
|
||||
// may be lurking in CXL's keystroke
|
||||
|
Reference in New Issue
Block a user