summaryrefslogtreecommitdiffstats
path: root/cmd-set-option.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-12-14 10:43:41 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-12-14 10:43:41 +0000
commit30962cb2008a5f699bdf3e1da01a2554c53b8062 (patch)
tree9c41eb0a70338e181ed598140a6c8039a4943d3b /cmd-set-option.c
parent3f58cbaae91ac941c34bad3cb2447d6bcc541a2d (diff)
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.
Diffstat (limited to 'cmd-set-option.c')
-rw-r--r--cmd-set-option.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd-set-option.c b/cmd-set-option.c
index 1a4df533..b445e537 100644
--- a/cmd-set-option.c
+++ b/cmd-set-option.c
@@ -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 }
};