From b4a301f8feef6f2fef99988688b27e2aec898bae Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 22 Mar 2019 10:45:17 +0000 Subject: [PATCH] Clarify that styles can be space or comma separated, from Stephen Zapatka. --- tmux.1 | 4 ++-- 1 file 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