mirror of
https://github.com/jarun/nnn.git
synced 2025-02-26 03:01:32 +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);
|
init_pair(4, g_ctx[3].color, -1);
|
||||||
}
|
}
|
||||||
settimeout(); /* One second */
|
settimeout(); /* One second */
|
||||||
|
set_escdelay(25);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue