From d9d503c04f5e5d9943aa2296e23cbbfeace1258a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 14 Dec 2009 10:43:42 +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. --- usr.bin/tmux/tmux.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/tmux/tmux.c') diff --git a/usr.bin/tmux/tmux.c b/usr.bin/tmux/tmux.c index 4710bf9044e..edff9be2501 100644 --- a/usr.bin/tmux/tmux.c +++ b/usr.bin/tmux/tmux.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.c,v 1.64 2009/12/11 13:58:48 nicm Exp $ */ +/* $OpenBSD: tmux.c,v 1.65 2009/12/14 10:43:41 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -317,6 +317,7 @@ main(int argc, char **argv) options_init(&global_options, NULL); oo = &global_options; options_set_number(oo, "quiet", quiet); + options_set_number(oo, "escape-time", 500); options_init(&global_s_options, NULL); so = &global_s_options; -- cgit v1.2.3