mirror of
https://github.com/tmux/tmux.git
synced 2024-12-14 02:48:47 +00:00
Double the escape timer (the time after a \033 is received before tmux gives up
waiting to see if it is part of a key sequence and passes it through) to 500 ms, the previous setting was too fast. Suggested by naddy.
This commit is contained in:
parent
1c853c6860
commit
86182f33c3
2
tmux.h
2
tmux.h
@ -60,7 +60,7 @@ extern char **environ;
|
|||||||
#define NAME_INTERVAL 500
|
#define NAME_INTERVAL 500
|
||||||
|
|
||||||
/* Escape timer period, in milliseconds. */
|
/* Escape timer period, in milliseconds. */
|
||||||
#define ESCAPE_PERIOD 250
|
#define ESCAPE_PERIOD 500
|
||||||
|
|
||||||
/* Maximum poll timeout (when attached). */
|
/* Maximum poll timeout (when attached). */
|
||||||
#define POLL_TIMEOUT 50
|
#define POLL_TIMEOUT 50
|
||||||
|
Loading…
Reference in New Issue
Block a user