浏览代码

Update selection when context changed on mouse click

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

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

@@ -4328,6 +4328,11 @@ nochange:
if (r >= CTX_MAX)
sel = SEL_BACK;
else if (r >= 0 && r < CTX_MAX && r != cfg.curctx) {
if (cfg.selmode) {
updateselbuf(path, newpath);
ctx_changed = TRUE;
}

savecurctx(&cfg, path, dents[cur].name, r);

/* Reset the pointers */


正在加载...
取消
保存