ソースを参照
Fix locker not invoked
master
Arun Prakash Jana
4年前
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: A75979F35C080412
-
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(); |
|
|
|
|
|
|
|