Clarify that styles can be space or comma separated, from Stephen Zapatka.

pull/1653/head
nicm 2019-03-22 10:45:17 +00:00
parent 04a1fc9d36
commit b4a301f8fe
1 changed files with 2 additions and 2 deletions

4
tmux.1
View File

@ -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