Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-03-14 08:02:37 +00:00
3 changed files with 8 additions and 6 deletions

7
tmux.1
View File

@ -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