Arun Prakash Jana
7 years ago
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with
2 additions and
1 deletions
-
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: |
|
|
|