ソースを参照

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


読み込み中…
キャンセル
保存