Skip to content

Commit

Permalink
Fix dumb typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeapostrophe committed Dec 6, 2018
1 parent 8f87e17 commit 7ba3c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ncurses_ui.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7ba3c6c

Please sign in to comment.