1
1
mirror of https://github.com/jarun/nnn.git synced 2024-09-11 13:06:14 +03:00

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

View File

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