瀏覽代碼

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

master
Arun Prakash Jana 7 年之前
父節點
當前提交
298ce7639e
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 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);


Loading…
取消
儲存