aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-02-15 10:01:17 +0000
committerThomas Adam <thomas@xteddy.org>2017-02-15 10:01:17 +0000
commit631a89954f362f48ee8efcb43280473845d63ba9 (patch)
treec199854d2087dfa9b552a72fc5a39be24e3ababc
parent36734afdd8f0cf0daa664b8448728cdff0ca1550 (diff)
parent640d9e54b7e2f645b1e59908f37c1806355bec33 (diff)
downloadrtmux-631a89954f362f48ee8efcb43280473845d63ba9.tar.gz
rtmux-631a89954f362f48ee8efcb43280473845d63ba9.tar.bz2
rtmux-631a89954f362f48ee8efcb43280473845d63ba9.zip
Merge branch 'obsd-master'
-rw-r--r--tmux.112
1 files changed, 6 insertions, 6 deletions
diff --git a/tmux.1 b/tmux.1
index 563b18a6..7a34398a 100644
--- a/tmux.1
+++ b/tmux.1
@@ -913,7 +913,7 @@ with
.Fl t .
If
.Fl S
-is specified, only update the client's status bar.
+is specified, only update the client's status line.
.Pp
.Fl C
sets the width and height of a control client.
@@ -2763,7 +2763,7 @@ section.
.Xc
Show or hide the status line.
.It Ic status-interval Ar interval
-Update the status bar every
+Update the status line every
.Ar interval
seconds.
By default, updates will occur every 15 seconds.
@@ -2787,7 +2787,7 @@ environment variables are set and contain the string
.It Ic status-left Ar string
Display
.Ar string
-(by default the session name) to the left of the status bar.
+(by default the session name) to the left of the status line.
.Ar string
will be passed through
.Xr strftime 3
@@ -2817,7 +2817,7 @@ The default is
.It Ic status-left-length Ar length
Set the maximum
.Ar length
-of the left component of the status bar.
+of the left component of the status line.
The default is 10.
.It Ic status-left-style Ar style
Set the style of the left part of the status line.
@@ -2833,7 +2833,7 @@ Set the position of the status line.
.It Ic status-right Ar string
Display
.Ar string
-to the right of the status bar.
+to the right of the status line.
By default, the current window title in double quotes, the date and the time
are shown.
As with
@@ -2845,7 +2845,7 @@ and character pairs are replaced.
.It Ic status-right-length Ar length
Set the maximum
.Ar length
-of the right component of the status bar.
+of the right component of the status line.
The default is 40.
.It Ic status-right-style Ar style
Set the style of the right part of the status line.