Browse Source

Set to the lat selected file

master
Arun Prakash Jana 7 years ago
parent
commit
f52367a481
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      nnn.c

+ 2
- 1
nnn.c View File

@@ -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…
Cancel
Save