Procházet zdrojové kódy

Enable file extract in nav-as-you-type mode

master
Arun Prakash Jana před 7 roky
rodič
revize
a963d166c8
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í
  1. +2
    -1
      nnn.c

+ 2
- 1
nnn.c Zobrazit soubor

@@ -1125,6 +1125,7 @@ filterentries(char *path)
goto end;
case CONTROL('L'): // fallthrough
case CONTROL('K'): // fallthrough
case CONTROL('Y'): // fallthrough
case CONTROL('_'): // fallthrough
case CONTROL('R'): // fallthrough
case CONTROL('O'): // fallthrough
@@ -1132,7 +1133,7 @@ filterentries(char *path)
case CONTROL('V'): // fallthrough
case CONTROL('J'): // fallthrough
case CONTROL('X'): // fallthrough
case CONTROL('Y'): // fallthrough
case CONTROL('F'): // fallthrough
case CONTROL('T'):
if (len == 1)
cur = oldcur;


Načítá se…
Zrušit
Uložit