Sfoglia il codice sorgente

Don't lose filename on second escape

master
Arun Prakash Jana 6 anni fa
parent
commit
72e305759e
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      src/nnn.c

+ 2
- 1
src/nnn.c Vedi File

@@ -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;
}


Loading…
Annulla
Salva