diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-03-14 08:02:37 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-03-14 08:02:37 +0000 |
commit | f33d2ab29ec62fc6c918f5927b9b680dc54fc3c6 (patch) | |
tree | 7b1857291caed12c08228943d361d30fed5be674 /tmux.1 | |
parent | 81b393a4931037e604975682a2706f4447f06475 (diff) | |
parent | 1e9f8a3523ac93203036bd4a3740674a91fc4f1c (diff) | |
download | rtmux-f33d2ab29ec62fc6c918f5927b9b680dc54fc3c6.tar.gz rtmux-f33d2ab29ec62fc6c918f5927b9b680dc54fc3c6.tar.bz2 rtmux-f33d2ab29ec62fc6c918f5927b9b680dc54fc3c6.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -3826,9 +3826,10 @@ option rather than the content itself. 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: +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 |