diff --git a/src/client/c-util.c b/src/client/c-util.c index 46cd6780..61125148 100644 --- a/src/client/c-util.c +++ b/src/client/c-util.c @@ -313,6 +313,7 @@ static event_type inkey_aux(void) if ((ch == 30) || (ch == '\xff')) { parse_macro = FALSE; + strip_chars = FALSE; return (ke); }