Explorar el Código

Update selection when context changed on mouse click

master
Arun Prakash Jana hace 5 años
padre
commit
fcba62d296
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: A75979F35C080412
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      src/nnn.c

+ 5
- 0
src/nnn.c Ver fichero

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


Cargando…
Cancelar
Guardar