diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-12-14 10:43:41 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-12-14 10:43:41 +0000 |
commit | 30962cb2008a5f699bdf3e1da01a2554c53b8062 (patch) | |
tree | 9c41eb0a70338e181ed598140a6c8039a4943d3b /tmux.1 | |
parent | 3f58cbaae91ac941c34bad3cb2447d6bcc541a2d (diff) | |
download | rtmux-30962cb2008a5f699bdf3e1da01a2554c53b8062.tar.gz rtmux-30962cb2008a5f699bdf3e1da01a2554c53b8062.tar.bz2 rtmux-30962cb2008a5f699bdf3e1da01a2554c53b8062.zip |
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.1')
-rw-r--r-- | tmux.1 | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1288,8 +1288,14 @@ Available window options are listed under .Pp Available server options are: .Bl -tag -width Ds +.It Ic escape-time +Set the time in milliseconds for which +.Nm +waits after an escape is input to determine if it is part of a function or meta +key sequences. +The default is 500 milliseconds. .It Ic quiet -Enable of disable the display of various informational messages (see also the +Enable or disable the display of various informational messages (see also the .Fl q command line flag). .El @@ -1884,7 +1890,7 @@ The default is off. Show the window options with .Fl w (equivalent to -.Ic show-window-options ), +.Ic show-window-options ) , the server options with .Fl s , otherwise the session options for |