소스 검색
Reduce delay for escape
master
Arun Prakash Jana
6 년 전
No known key found for this signature in database
GPG 키 ID: A75979F35C080412
1개의 변경된 파일과
1개의 추가작업 그리고
0개의 파일을 삭제
-
src/nnn.c
|
|
@@ -813,6 +813,7 @@ static bool initcurses(void) |
|
|
|
init_pair(4, g_ctx[3].color, -1); |
|
|
|
} |
|
|
|
settimeout(); /* One second */ |
|
|
|
set_escdelay(25); |
|
|
|
return TRUE; |
|
|
|
} |
|
|
|
|
|
|
|