mirror of
https://github.com/tmux/tmux.git
synced 2025-01-07 16:28: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
|
A style may be the single term
|
||||||
.Ql default
|
.Ql default
|
||||||
to specify the default style (which may inherit from another option) or a space
|
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
|
.Bl -tag -width Ds
|
||||||
.It Ic fg=colour
|
.It Ic fg=colour
|
||||||
Set the foreground colour.
|
Set the foreground colour.
|
||||||
@ -4000,7 +4000,7 @@ is a window index.
|
|||||||
.Pp
|
.Pp
|
||||||
Examples are:
|
Examples are:
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
fg=yellow,bold,underscore,blink
|
fg=yellow bold underscore blink
|
||||||
bg=black,fg=default,noreverse
|
bg=black,fg=default,noreverse
|
||||||
.Ed
|
.Ed
|
||||||
.Sh NAMES AND TITLES
|
.Sh NAMES AND TITLES
|
||||||
|
Loading…
Reference in New Issue
Block a user