소스 검색

Reduce delay for escape

master
Arun Prakash Jana 6 년 전
부모
커밋
ef9e45682e
No known key found for this signature in database GPG 키 ID: A75979F35C080412
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/nnn.c

+ 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;
}



불러오는 중...
취소
저장