From 2a04665626959dd57a88db2fd42813877e7f7fde Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 22 May 2018 08:49:12 +0000 Subject: Allow escaping , and } with # in #{}; GitHub issue 1332. --- tmux.1 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 87ab94a0..ee50a9fa 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 \&? -- cgit