mirror of
https://github.com/tmux/tmux.git
synced 2025-04-04 23:28:51 +00:00
Document the use of ';' as a modifier separator.
Fixes github issue #4383.
This commit is contained in:
parent
251a87e2d2
commit
fbc6fa592e
6
tmux.1
6
tmux.1
@ -5869,6 +5869,12 @@ with
|
||||
.Ql bar/
|
||||
throughout.
|
||||
.Pp
|
||||
Multiple modifiers may be separated with a semicolon (;) as in
|
||||
.Ql #{T;=10:status-left} ,
|
||||
which would limit the resulting
|
||||
.Xr strftime 3 -expanded
|
||||
string to at most 10 characters.
|
||||
.Pp
|
||||
In addition, the last line of a shell command's output may be inserted using
|
||||
.Ql #() .
|
||||
For example,
|
||||
|
Loading…
Reference in New Issue
Block a user