Arun Prakash Jana
4 anos atrás
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: A75979F35C080412
1 arquivos alterados com
3 adições e
2 exclusões
-
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(); |
|
|
|
|
|
|
|