Selaa lähdekoodia

Interpret ^T in filter mode

master
Arun Prakash Jana 7 vuotta sitten
vanhempi
commit
1f87bb3bcb
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. +3
    -2
      nnn.c

+ 3
- 2
nnn.c Näytä tiedosto

@@ -1115,9 +1115,10 @@ filterentries(char *path)
case CONTROL('V'): // fallthrough
case CONTROL('J'): // fallthrough
case CONTROL('X'): // fallthrough
case CONTROL('Y'):
case CONTROL('Y'): // fallthrough
case CONTROL('T'):
if (len == 1)
cur = oldcur; // fallthrough
cur = oldcur;
goto end;
default:
/* Reset cur in case it's a repeat search */


Loading…
Peruuta
Tallenna