Use unget_wch()

This commit is contained in:
Arun Prakash Jana 2022-07-21 17:51:20 +05:30
parent 12b5416b2c
commit d95755cce1
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -3034,7 +3034,7 @@ try_quit:
if (c == ESC)
c = CONTROL('L');
else {
ungetch(c);
unget_wch(c);
c = ';';
}
settimeout();