Przeglądaj źródła

Print prompt even on no matches

master
Arun Prakash Jana 6 lat temu
rodzic
commit
f55e797d24
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
1 zmienionych plików z 3 dodań i 3 usunięć
  1. +3
    -3
      nnn.c

+ 3
- 3
nnn.c Wyświetl plik

@@ -1077,9 +1077,9 @@ filterentries(char *path)

wcstombs(ln, wln, REGEX_MAX);
ndents = total;
if (matches(pln) == -1)
continue;
redraw(path);
if (matches(pln) != -1)
redraw(path);
printprompt(ln);
continue;
}


Ładowanie…
Anuluj
Zapisz