Sfoglia il codice sorgente

Update selection when context changed on mouse click

master
Arun Prakash Jana 5 anni fa
parent
commit
fcba62d296
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. +5
    -0
      src/nnn.c

+ 5
- 0
src/nnn.c Vedi File

@@ -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…
Annulla
Salva