Skip to content

Commit

Permalink
Address #1265, make sure ascii28 hack ends when macro ends.
Browse files Browse the repository at this point in the history
  • Loading branch information
flambard-took committed May 22, 2019
1 parent 777f586 commit abb80fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/c-util.c
Expand Up @@ -313,6 +313,7 @@ static event_type inkey_aux(void)
if ((ch == 30) || (ch == '\xff'))
{
parse_macro = FALSE;
strip_chars = FALSE;
return (ke);
}

Expand Down

0 comments on commit abb80fc

Please sign in to comment.