diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-07-10 05:43:02 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-07-10 05:43:02 +0000 |
commit | 027f5fa01a6342a349399eafe782c76d0edcd7dc (patch) | |
tree | 9b0299f3dde9150011585087d7762ee564df7197 | |
parent | 15c60cd1fe719edc104d0c0eb7c27f453e3a433b (diff) |
Document display-time option which seems to have been missed.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index ca074e281f2..65ec37b47e9 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.20 2009/07/09 15:47:49 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.21 2009/07/10 05:43:01 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 9 2009 $ +.Dd $Mdocdate: July 10 2009 $ .Dt TMUX 1 .Os .Sh NAME @@ -1090,6 +1090,10 @@ environment variable or, if it is unset, the user's shell returned by Set the default working directory for processes created from keys, or interactively from the prompt. The default is the current working directory when the server is started. +.It Ic display-time Ar time +Set the amount of time for which status line messages are displayed. +.Ar time +is in milliseconds. .It Ic history-limit Ar lines Set the maximum number of lines held in window history. This setting applies only to new windows - existing window histories are not @@ -1135,10 +1139,10 @@ or Set status line message foreground colour. .It Ic prefix Ar key Set the current prefix key. -.It Ic repeat-time Ar number +.It Ic repeat-time Ar time Allow multiple commands to be entered without pressing the prefix-key again in the specified -.Ar number +.Ar time milliseconds (the default is 500). Whether a key repeats may be set when it is bound using the .Fl r |