Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2018-05-28 15:02:31 +01:00
2 changed files with 21 additions and 2 deletions

15
tmux.1
View File

@ -3578,6 +3578,21 @@ if
is enabled, or
.Ql no
if not.
Conditionals can be nested arbitrarily.
Inside a conditional,
.Ql \&,
and
.Ql }
must be escaped as
.Ql #,
and
.Ql #} ,
unless they are part of a
.Ql #{...}
replacement. For example:
.Bd -literal -offset indent
#{?pane_in_mode,#[fg=white#,bg=red],#[fg=red#,bg=white]}#W .
.Ed
.Pp
Comparisons may be expressed by prefixing two comma-separated
alternatives by