Fix dumb typo

This commit is contained in:
Jay McCarthy 2018-12-06 04:46:42 -05:00
parent f36a2870b8
commit dde81019a2

View File

@ -688,7 +688,7 @@ Optional<Key> NCursesUI::get_next_key()
case '7': f = alt_ctrl; break; case '7': f = alt_ctrl; break;
case '8': f = shift_alt_ctrl; break; case '8': f = shift_alt_ctrl; break;
} }
if (f) if (!f)
{ {
ungetch(c3); ungetch(c2); ungetch(c1); ungetch(c3); ungetch(c2); ungetch(c1);
break; break;