Переглянути джерело

Retain nav-as-you-type mode after exiting spawned shell

master
Arun Prakash Jana 6 роки тому
джерело
коміт
298ce7639e
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: A75979F35C080412
1 змінених файлів з 7 додано та 1 видалено
  1. +7
    -1
      nnn.c

+ 7
- 1
nnn.c Переглянути файл

@@ -3167,10 +3167,16 @@ nochange:
case SEL_RUN:
run = xgetenv(env, run);
spawn(run, NULL, NULL, path, F_NORMAL | F_MARKER);
/* Repopulate as directory content may have changed */

/* Continue in navigate-as-you-type mode, if enabled */
if (cfg.filtermode)
presel = FILTER;

/* Save current */
if (ndents > 0)
copycurname();

/* Repopulate as directory content may have changed */
goto begin;
case SEL_RUNARG:
run = xgetenv(env, run);


Завантаження…
Відмінити
Зберегти