aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-03-13 16:02:41 +0000
committerThomas Adam <thomas@xteddy.org>2019-03-13 16:02:41 +0000
commite6fd429d58038465f211d68b6eb0dd480eaf7d9c (patch)
tree40c3305c64040db62aa8fe400cc04c9cbf7a683f /tmux.1
parentf628afc85054014a00f4a32e12c9b04366df9603 (diff)
parent95ab1aaaecdf834e2b66b8743da51125b3a907a5 (diff)
downloadrtmux-e6fd429d58038465f211d68b6eb0dd480eaf7d9c.tar.gz
rtmux-e6fd429d58038465f211d68b6eb0dd480eaf7d9c.tar.bz2
rtmux-e6fd429d58038465f211d68b6eb0dd480eaf7d9c.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.117
1 files changed, 17 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 67ceaa5a..4306d97f 100644
--- a/tmux.1
+++ b/tmux.1
@@ -3815,6 +3815,23 @@ 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.
+.Ql S: ,
+.Ql W:
+or
+.Ql P:
+will loop over each session, window or pane and insert the format once
+for each. For windows and panes, two comma-separated formats may be
+given, the second is used for the current window or active pane. For
+example to get a list of windows formatted like the status line:
+.Bd -literal -offset indent
+#{W:#{E:window-status-format} ,#{E:window-status-current-format} }
+.Ed
A prefix of the form
.Ql s/foo/bar/:
will substitute