Allow escaping , and } with # in #{}; GitHub issue 1332.

This commit is contained in:
nicm
2018-05-22 08:49:12 +00:00
parent f2f9605c63
commit 2a04665626
2 changed files with 39 additions and 19 deletions

12
tmux.1
View File

@ -3542,11 +3542,17 @@ The possible variables are listed in the table below, or the name of a
.Nm
option may be used for an option's value.
Some variables have a shorter alias such as
.Ql #S ,
and
.Ql #S ;
.Ql ##
is replaced by a single
.Ql # .
.Ql # ,
.Ql #,
by a
.Ql \&,
and
.Ql #}
by a
.Ql } .
.Pp
Conditionals are available by prefixing with
.Ql \&?