瀏覽代碼

Fix locker not invoked

master
Arun Prakash Jana 4 年之前
父節點
當前提交
d8d43ca85f
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: A75979F35C080412
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. +3
    -2
      src/nnn.c

+ 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();



Loading…
取消
儲存