diff options
author | nicm <nicm> | 2018-05-22 08:49:12 +0000 |
---|---|---|
committer | nicm <nicm> | 2018-05-22 08:49:12 +0000 |
commit | 2a04665626959dd57a88db2fd42813877e7f7fde (patch) | |
tree | 338682dfbb48d775858c1eb03403f95cc7f8e8b6 /tmux.1 | |
parent | f2f9605c632b7cc953e50fa4e2394ce06b081334 (diff) | |
download | rtmux-2a04665626959dd57a88db2fd42813877e7f7fde.tar.gz rtmux-2a04665626959dd57a88db2fd42813877e7f7fde.tar.bz2 rtmux-2a04665626959dd57a88db2fd42813877e7f7fde.zip |
Allow escaping , and } with # in #{}; GitHub issue 1332.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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 \&? |