Selaa lähdekoodia

Print prompt even on no matches

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

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

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


Loading…
Peruuta
Tallenna