diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-12-01 10:01:22 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-12-01 10:01:22 +0000 |
commit | 27634645e953baf046e1b74139deba7cbdde1ca2 (patch) | |
tree | 9b10d3bb68256bd3efca8d2af2f70aa9f4233026 /tmux.1 | |
parent | 70a5207bd10fb0896ff9f2adbbba0d9eac962155 (diff) | |
parent | 9a74bba007a60b93d1fdf68772e5cfb61b3558ff (diff) | |
download | rtmux-27634645e953baf046e1b74139deba7cbdde1ca2.tar.gz rtmux-27634645e953baf046e1b74139deba7cbdde1ca2.tar.bz2 rtmux-27634645e953baf046e1b74139deba7cbdde1ca2.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -4638,7 +4638,12 @@ of the variable respectively. .Ql q:\& will escape .Xr sh 1 -special characters. +special characters or with an +.Ql e +suffix, escape hash characters (so +.Ql # +becomes +.Ql ## ). .Ql E:\& will expand the format twice, for example .Ql #{E:status-left} |