瀏覽代碼

Re-populate after spawning shell

master
Arun Prakash Jana 6 年之前
父節點
當前提交
035bcdb198
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: A75979F35C080412
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      nnn.c

+ 3
- 0
nnn.c 查看文件

@@ -3049,6 +3049,9 @@ nochange:
run = xgetenv(env, run);
spawn(run, NULL, NULL, path, F_NORMAL | F_MARKER);
/* Repopulate as directory content may have changed */
/* Save current */
if (ndents > 0)
copycurname();
goto begin;
case SEL_RUNARG:
run = xgetenv(env, run);


Loading…
取消
儲存