diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-12-16 01:09:01 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-12-16 01:09:01 +0000 |
commit | 90d40e27daaf2d2e5e0ebeffa8b5865d9536df80 (patch) | |
tree | 2fcf5ab6827af7a4dd9a03db57200cb2f0f325b5 /tmux.h | |
parent | ef3e483a0d84d3e38be032256c5e0f69dba77f75 (diff) | |
download | rtmux-90d40e27daaf2d2e5e0ebeffa8b5865d9536df80.tar.gz rtmux-90d40e27daaf2d2e5e0ebeffa8b5865d9536df80.tar.bz2 rtmux-90d40e27daaf2d2e5e0ebeffa8b5865d9536df80.zip |
Sync OpenBSD patchset 587:
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 'tmux.h')
-rw-r--r-- | tmux.h | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.532 2009-12-10 16:59:02 tcunha Exp $ */ +/* $Id: tmux.h,v 1.533 2009-12-16 01:09:01 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -49,7 +49,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. */ @@ -58,9 +58,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 |