瀏覽代碼

Do not auto-revive filter in nav-to-type mode

master
Arun Prakash Jana 4 年之前
父節點
當前提交
7263a5f89b
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: A75979F35C080412
共有 1 個檔案被更改,包括 4 行新增8 行删除
  1. +4
    -8
      src/nnn.c

+ 4
- 8
src/nnn.c 查看文件

@@ -6491,20 +6491,16 @@ nochange:
cfg.picker ? selbufpos = 0 : write_lastdir(path);
return sel == SEL_QUITFAIL ? EXIT_FAILURE : EXIT_SUCCESS;
default:
r = FALSE;
if (xlines != LINES || xcols != COLS) {
setdirwatch(); /* Terminal resized */
r = TRUE;
} else if (idletimeout && idle == idletimeout)
if (xlines != LINES || xcols != COLS)
continue;

if (idletimeout && idle == idletimeout)
lock_terminal(); /* Locker */

idle = 0;
if (ndents)
copycurname();

if (r)
continue;

goto nochange;
} /* switch (sel) */
}


Loading…
取消
儲存