mirror of
https://github.com/jarun/nnn.git
synced 2025-04-02 11:36:33 +00:00
Set to the lat selected file
This commit is contained in:
parent
889500b057
commit
f52367a481
1 changed files with 2 additions and 1 deletions
3
nnn.c
3
nnn.c
|
@ -757,7 +757,8 @@ readln(char *path)
|
|||
printprompt(ln);
|
||||
break;
|
||||
case CONTROL('L'):
|
||||
cur = oldcur; // fallthrough
|
||||
if (len == 1)
|
||||
cur = oldcur; // fallthrough
|
||||
case CONTROL('Q'):
|
||||
goto end;
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue