ncurses: set ESCDELAY to 25 so that esc key lag is less noticeable
This commit is contained in:
parent
a3b5c74512
commit
d1868e8f07
|
@ -159,6 +159,7 @@ void init_ncurses()
|
|||
keypad(stdscr, true);
|
||||
curs_set(2);
|
||||
start_color();
|
||||
ESCDELAY=25;
|
||||
}
|
||||
|
||||
void deinit_ncurses()
|
||||
|
|
Loading…
Reference in New Issue
Block a user