mirror of
https://github.com/jarun/nnn.git
synced 2025-04-12 08:26:33 +00:00
Use unget_wch()
This commit is contained in:
parent
12b5416b2c
commit
d95755cce1
1 changed files with 1 additions and 1 deletions
|
@ -3034,7 +3034,7 @@ try_quit:
|
|||
if (c == ESC)
|
||||
c = CONTROL('L');
|
||||
else {
|
||||
ungetch(c);
|
||||
unget_wch(c);
|
||||
c = ';';
|
||||
}
|
||||
settimeout();
|
||||
|
|
Loading…
Add table
Reference in a new issue