mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
Bump default escapetime from 1 (ie: 100ms) to 3 (ie: 300ms). Hopefully
this will make it less likely to misinterpret arrow keys as seperate keys when running over anything slower than a console. This has been talked about for a while, I hope it's long enough but not too long to be annoying.
This commit is contained in:
parent
c3f47ca9fa
commit
51ce9de0e7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21100
@ -341,7 +341,7 @@ opts_init(sp, oargs)
|
|||||||
(void)snprintf(b1, sizeof(b1),
|
(void)snprintf(b1, sizeof(b1),
|
||||||
"directory=%s", (s = getenv("TMPDIR")) == NULL ? _PATH_TMP : s);
|
"directory=%s", (s = getenv("TMPDIR")) == NULL ? _PATH_TMP : s);
|
||||||
OI(O_DIRECTORY, b1);
|
OI(O_DIRECTORY, b1);
|
||||||
OI(O_ESCAPETIME, "escapetime=1");
|
OI(O_ESCAPETIME, "escapetime=3");
|
||||||
OI(O_KEYTIME, "keytime=6");
|
OI(O_KEYTIME, "keytime=6");
|
||||||
OI(O_MATCHTIME, "matchtime=7");
|
OI(O_MATCHTIME, "matchtime=7");
|
||||||
(void)snprintf(b1, sizeof(b1), "msgcat=%s", _PATH_MSGCAT);
|
(void)snprintf(b1, sizeof(b1), "msgcat=%s", _PATH_MSGCAT);
|
||||||
|
Loading…
Reference in New Issue
Block a user