Fix dumb typo
This commit is contained in:
parent
f36a2870b8
commit
dde81019a2
|
@ -688,7 +688,7 @@ Optional<Key> NCursesUI::get_next_key()
|
|||
case '7': f = alt_ctrl; break;
|
||||
case '8': f = shift_alt_ctrl; break;
|
||||
}
|
||||
if (f)
|
||||
if (!f)
|
||||
{
|
||||
ungetch(c3); ungetch(c2); ungetch(c1);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue
Block a user