mirror of
https://github.com/jarun/nnn.git
synced 2025-03-13 02:04:03 +00:00
Fix #1449: ^N not working
This commit is contained in:
parent
926c4014b3
commit
ab9d8bee89
1 changed files with 1 additions and 1 deletions
|
@ -2992,7 +2992,7 @@ static int nextsel(int presel)
|
|||
return SEL_QUIT;
|
||||
#endif
|
||||
wint_t c = presel;
|
||||
int i = ERR;
|
||||
int i = 0;
|
||||
bool escaped = FALSE;
|
||||
|
||||
if (c == 0 || c == MSGWAIT) {
|
||||
|
|
Loading…
Add table
Reference in a new issue