mirror of
https://github.com/tmux/tmux.git
synced 2025-01-05 23:38:48 +00:00
Clarify that styles can be space or comma separated, from Stephen Zapatka.
This commit is contained in:
parent
04a1fc9d36
commit
b4a301f8fe
4
tmux.1
4
tmux.1
@ -3899,7 +3899,7 @@ and
|
||||
A style may be the single term
|
||||
.Ql default
|
||||
to specify the default style (which may inherit from another option) or a space
|
||||
separated list of the following:
|
||||
or comma separated list of the following:
|
||||
.Bl -tag -width Ds
|
||||
.It Ic fg=colour
|
||||
Set the foreground colour.
|
||||
@ -4000,7 +4000,7 @@ is a window index.
|
||||
.Pp
|
||||
Examples are:
|
||||
.Bd -literal -offset indent
|
||||
fg=yellow,bold,underscore,blink
|
||||
fg=yellow bold underscore blink
|
||||
bg=black,fg=default,noreverse
|
||||
.Ed
|
||||
.Sh NAMES AND TITLES
|
||||
|
Loading…
Reference in New Issue
Block a user