mirror of
https://github.com/jarun/nnn.git
synced 2025-04-19 03:45:01 +00:00
Fix locker not invoked
This commit is contained in:
parent
9f6808a35a
commit
d8d43ca85f
1 changed files with 3 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue