Arun Prakash Jana
před 6 roky
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: A75979F35C080412
1 změnil soubory, kde provedl
2 přidání a
1 odebrání
-
src/nnn.c
|
|
@@ -1259,7 +1259,8 @@ static int filterentries(char *path) |
|
|
|
printprompt(ln); |
|
|
|
continue; |
|
|
|
case 27: /* Exit filter mode on Escape */ |
|
|
|
cur = oldcur; |
|
|
|
if (len == 1) |
|
|
|
cur = oldcur; |
|
|
|
*ch = CONTROL('L'); |
|
|
|
goto end; |
|
|
|
} |
|
|
|