diff options
author | nicm <nicm> | 2019-03-13 14:19:54 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-03-13 14:19:54 +0000 |
commit | 9032ac2a05e0b769056a0d5a5814cc00ba065825 (patch) | |
tree | 49a5ec65d8f772d13bb3b83a7ef956262978ec13 /tmux.1 | |
parent | 71e00c718ca5b573686e70c72eac8989c21b71b5 (diff) | |
download | rtmux-9032ac2a05e0b769056a0d5a5814cc00ba065825.tar.gz rtmux-9032ac2a05e0b769056a0d5a5814cc00ba065825.tar.bz2 rtmux-9032ac2a05e0b769056a0d5a5814cc00ba065825.zip |
Add E: format to expand a format twice (useful to expand the value of an
option).
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3713,6 +3713,12 @@ of the variable respectively. will escape .Xr sh 1 special characters. +.Ql E: +will expand the format twice, for example +.Ql #{E:status-left} +is the result of expanding the content of the +.Ic status-left +option rather than the content itself. A prefix of the form .Ql s/foo/bar/: will substitute |