Procházet zdrojové kódy

Redraw if no entries when navigate-as-you-type is turned off

The main reason to do this is to start watching the current dir for changes. In
any case, this does not harm; if there are dir entries shown on redraw that's
better than showing nothing.
master
Arun Prakash Jana před 6 roky
rodič
revize
98c79a69b5
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: A75979F35C080412
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      nnn.c

+ 3
- 0
nnn.c Zobrazit soubor

@@ -2715,6 +2715,9 @@ nochange:
cfg.filtermode ^= 1;
if (cfg.filtermode)
presel = FILTER;
else if (!ndents)
/* If there are no entries refresh to start watching dir */
goto begin;
else
printmsg("navigate-as-you-type off");
goto nochange;


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