瀏覽代碼

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 */


Loading…
取消
儲存