mirror of
https://github.com/jarun/nnn.git
synced 2025-03-18 20:39:45 +00:00
Reduce delay for escape
This commit is contained in:
parent
03ea2252b2
commit
ef9e45682e
1 changed files with 1 additions and 0 deletions
|
@ -813,6 +813,7 @@ static bool initcurses(void)
|
|||
init_pair(4, g_ctx[3].color, -1);
|
||||
}
|
||||
settimeout(); /* One second */
|
||||
set_escdelay(25);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue