diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2017-02-15 08:47:56 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2017-02-15 08:47:56 +0000 |
commit | 0c9a389d8e1a05adda3e82f5a6ed3d37a9a02e9b (patch) | |
tree | 611121c3e0b447631121680028b5192c9bd526b5 /usr.bin/tmux/tmux.1 | |
parent | 21999ef7644f18ed10578508273007bc73b3c36a (diff) |
"status bar" -> "status line" for consistency, from Benjamin Dopplinger.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 5c33b3a8d1f..79bb02a2810 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.537 2017/02/10 12:59:18 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.538 2017/02/15 08:47:55 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -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: February 10 2017 $ +.Dd $Mdocdate: February 15 2017 $ .Dt TMUX 1 .Os .Sh NAME @@ -909,7 +909,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. @@ -2759,7 +2759,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. @@ -2783,7 +2783,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 @@ -2813,7 +2813,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. @@ -2829,7 +2829,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 @@ -2841,7 +2841,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. |