Arun Prakash Jana
hace 4 años
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
3 adiciones y
2 borrados
-
src/nnn.c
|
|
@@ -7077,10 +7077,11 @@ nochange: |
|
|
|
if (xlines != LINES || xcols != COLS) |
|
|
|
continue; |
|
|
|
|
|
|
|
if (idletimeout && idle == idletimeout) |
|
|
|
if (idletimeout && idle == idletimeout) { |
|
|
|
lock_terminal(); /* Locker */ |
|
|
|
idle = 0; |
|
|
|
} |
|
|
|
|
|
|
|
idle = 0; |
|
|
|
if (ndents) |
|
|
|
copycurname(); |
|
|
|
|
|
|
|