mirror of
https://github.com/jarun/nnn.git
synced 2025-02-26 03:01:32 +00:00
Set Escape delay to 0
This commit is contained in:
parent
dd5a936bf4
commit
2599564e64
1 changed files with 1 additions and 1 deletions
|
@ -1546,7 +1546,7 @@ static bool initcurses(void *oldmask)
|
||||||
}
|
}
|
||||||
|
|
||||||
settimeout(); /* One second */
|
settimeout(); /* One second */
|
||||||
set_escdelay(25);
|
set_escdelay(0);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue