Procházet zdrojové kódy

Show marker only when spawning a shell.

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

+ 2
- 2
nnn.c Zobrazit soubor

@@ -1185,7 +1185,7 @@ nochange:
}
}
exitcurses();
spawn(bin, newpath, NULL, 1);
spawn(bin, newpath, NULL, 0);
initcurses();
continue;
}
@@ -1351,7 +1351,7 @@ nochange:
case SEL_RUN:
run = xgetenv(env, run);
exitcurses();
spawn(run, NULL, path, 0);
spawn(run, NULL, path, 1);
initcurses();
/* Re-populate as directory content may have changed */
goto begin;


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