浏览代码

Start watching dir if filter mode is disabled

master
Arun Prakash Jana 5 年前
父节点
当前提交
2d952795a8
找不到此签名对应的密钥 GPG 密钥 ID: A75979F35C080412
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. +5
    -2
      src/nnn.c

+ 5
- 2
src/nnn.c 查看文件

@@ -5534,7 +5534,11 @@ nochange:

/* Start watching the directory */
dir_changed = TRUE;
break;

/* Save current */
if (ndents)
copycurname();
goto begin;
case SEL_HIDDEN:
cfg.showhidden ^= 1;
if (ndents)
@@ -5568,7 +5572,6 @@ nochange:
if (!g_ctx[cfg.curctx].c_fltr[1])
goto begin;

presel = FILTER; /* If there's a filter, apply it */
break;
case SEL_STATS: // fallthrough
case SEL_CHMODX:


正在加载...
取消
保存