mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
New server option, escape-time, to set the timeout used to detect if escapes
are alone or part of a function key or meta sequence.
This commit is contained in:
5
tmux.h
5
tmux.h
@ -50,7 +50,7 @@ extern char **environ;
|
||||
/* Default prompt history length. */
|
||||
#define PROMPT_HISTORY 100
|
||||
|
||||
/*
|
||||
/*
|
||||
* Minimum layout cell size, NOT including separator line. The scroll region
|
||||
* cannot be one line in height so this must be at least two.
|
||||
*/
|
||||
@ -59,9 +59,6 @@ extern char **environ;
|
||||
/* Automatic name refresh interval, in milliseconds. */
|
||||
#define NAME_INTERVAL 500
|
||||
|
||||
/* Escape timer period, in milliseconds. */
|
||||
#define ESCAPE_PERIOD 500
|
||||
|
||||
/* Maximum data to buffer for output before suspending reading from panes. */
|
||||
#define BACKOFF_THRESHOLD 1024
|
||||
|
||||
|
Reference in New Issue
Block a user