Selaa lähdekoodia

Fix locker not invoked

master
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
  1. +3
    -2
      src/nnn.c

+ 3
- 2
src/nnn.c Näytä tiedosto

@@ -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…
Peruuta
Tallenna