aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-07-10 05:43:01 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-07-10 05:43:01 +0000
commit25d57344966902e9d5a93eb46727a2f1ebd46a82 (patch)
treec9f4f0b6ff6a9b6af05f61392f33d9ce725e2463
parent58361eb96520787c9105b0031efd3a6d8414acf1 (diff)
downloadrtmux-25d57344966902e9d5a93eb46727a2f1ebd46a82.tar.gz
rtmux-25d57344966902e9d5a93eb46727a2f1ebd46a82.tar.bz2
rtmux-25d57344966902e9d5a93eb46727a2f1ebd46a82.zip
Document display-time option which seems to have been missed.
-rw-r--r--tmux.18
1 files changed, 6 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index a6ccd459..9a02ee47 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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