Explorar el Código

Copy last file name before refresh

master
Arun Prakash Jana hace 5 años
padre
commit
1238130e78
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 4 adiciones y 0 borrados
  1. +4
    -0
      src/nnn.c

+ 4
- 0
src/nnn.c Ver fichero

@@ -3939,6 +3939,8 @@ nochange:
if (xlines != LINES || xcols != COLS) {
idle = 0;
setdirwatch();
if (ndents)
copycurname();
goto begin;
}

@@ -3946,6 +3948,8 @@ nochange:
if (idletimeout && idle == idletimeout) {
idle = 0;
spawn(utils[LOCKER], NULL, NULL, NULL, F_NORMAL);
if (ndents)
copycurname();
goto begin;
}



Cargando…
Cancelar
Guardar