mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 03:41:27 +00:00
Fix locker not invoked
This commit is contained in:
parent
9f6808a35a
commit
d8d43ca85f
|
@ -7077,10 +7077,11 @@ nochange:
|
||||||
if (xlines != LINES || xcols != COLS)
|
if (xlines != LINES || xcols != COLS)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (idletimeout && idle == idletimeout)
|
if (idletimeout && idle == idletimeout) {
|
||||||
lock_terminal(); /* Locker */
|
lock_terminal(); /* Locker */
|
||||||
|
idle = 0;
|
||||||
|
}
|
||||||
|
|
||||||
idle = 0;
|
|
||||||
if (ndents)
|
if (ndents)
|
||||||
copycurname();
|
copycurname();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue