From 30962cb2008a5f699bdf3e1da01a2554c53b8062 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 14 Dec 2009 10:43:41 +0000 Subject: 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. --- cmd-set-option.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd-set-option.c') 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 } }; -- cgit