mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +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:
@ -74,6 +74,7 @@ const char *set_option_bell_action_list[] = {
|
||||
};
|
||||
|
||||
const struct set_option_entry set_option_table[] = {
|
||||
{ "escape-time", SET_OPTION_NUMBER, 0, INT_MAX, NULL },
|
||||
{ "quiet", SET_OPTION_FLAG, 0, 0, NULL },
|
||||
{ NULL, 0, 0, 0, NULL }
|
||||
};
|
||||
|
Reference in New Issue
Block a user