瀏覽代碼
Fix locker not invoked
master
Arun Prakash Jana
4 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: A75979F35C080412
共有
1 個文件被更改,包括
3 次插入 和
2 次删除
-
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(); |
|
|
|
|
|
|
|