Procházet zdrojové kódy

Let ^L exit filter mode and redraw if no last filter

master
Arun Prakash Jana před 4 roky
rodič
revize
7f605ab995
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
      src/nnn.c

+ 2
- 1
src/nnn.c Zobrazit soubor

@@ -2843,7 +2843,8 @@ static int filterentries(char *path, char *lastname)
ln[1] = ln[REGEX_MAX - 1];
ln[REGEX_MAX - 1] = '\0';
len = mbstowcs(wln, ln, REGEX_MAX);
}
} else
goto end;
}

/* Go to the top, we don't know if the hovered file will match the filter */


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