mirror of
https://github.com/tmux/tmux.git
synced 2025-01-14 20:58:53 +00:00
More man page updates from Tiago Cunha.
This commit is contained in:
parent
d531dbb53a
commit
58be8b38a7
29
tmux.1
29
tmux.1
@ -1,4 +1,4 @@
|
|||||||
.\" $Id: tmux.1,v 1.53 2009-01-07 18:54:18 nicm Exp $
|
.\" $Id: tmux.1,v 1.54 2009-01-07 23:07:42 nicm Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
.\"
|
.\"
|
||||||
@ -705,8 +705,23 @@ to the left of the status bar.
|
|||||||
.Ar string
|
.Ar string
|
||||||
will be passed through
|
will be passed through
|
||||||
.Xr strftime 3
|
.Xr strftime 3
|
||||||
before being displayed.
|
before being used.
|
||||||
By default, this setting is empty.
|
By default, nothing is displayed.
|
||||||
|
.Ar string
|
||||||
|
may contain any of the following special character pairs:
|
||||||
|
.Bl -column "Character pair" "Replaced with" -offset indent
|
||||||
|
.It Sy "Character pair" Ta Sy "Replaced with"
|
||||||
|
.It Li "#T" Ta "Current window title"
|
||||||
|
.It Li "##" Ta "A literal" Ql #
|
||||||
|
.El
|
||||||
|
.Pp
|
||||||
|
These may be prefixed with a number to specify the maximum length, for example
|
||||||
|
.Ql #24T .
|
||||||
|
.It Ic status-left-length Ar length
|
||||||
|
Set the maximum
|
||||||
|
.Ar length
|
||||||
|
of the left component of the status bar.
|
||||||
|
The default is 10.
|
||||||
.It Ic status-right Ar string
|
.It Ic status-right Ar string
|
||||||
Display
|
Display
|
||||||
.Ar string
|
.Ar string
|
||||||
@ -716,7 +731,13 @@ As with
|
|||||||
.Ic status-left ,
|
.Ic status-left ,
|
||||||
.Ar string
|
.Ar string
|
||||||
will be passed to
|
will be passed to
|
||||||
.Xr strftime 3 .
|
.Xr strftime 3
|
||||||
|
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.
|
||||||
|
The default is 40.
|
||||||
.El
|
.El
|
||||||
.It Xo Ic set-window-option
|
.It Xo Ic set-window-option
|
||||||
.Op Fl t Ar target-window
|
.Op Fl t Ar target-window
|
||||||
|
Loading…
Reference in New Issue
Block a user