aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicm <nicm>2019-03-22 10:45:17 +0000
committernicm <nicm>2019-03-22 10:45:17 +0000
commitb4a301f8feef6f2fef99988688b27e2aec898bae (patch)
tree2dbcd775b138ba04930c0c6d78080cae8a8bf036
parent04a1fc9d36d78fed7a67a180cc7feb3551a5b851 (diff)
downloadrtmux-b4a301f8feef6f2fef99988688b27e2aec898bae.tar.gz
rtmux-b4a301f8feef6f2fef99988688b27e2aec898bae.tar.bz2
rtmux-b4a301f8feef6f2fef99988688b27e2aec898bae.zip
Clarify that styles can be space or comma separated, from Stephen Zapatka.
-rw-r--r--tmux.14
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 7b4b65ab..fc136de6 100644
--- a/tmux.1
+++ b/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