Arun Prakash Jana
4 vuotta sitten
vanhempi
commit
d8d43ca85f
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 muutettua tiedostoa jossa
3 lisäystä ja
2 poistoa
-
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(); |
|
|
|
|
|
|
|