[BACK]Return to tmux.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.1 between version 1.618 and 1.619

version 1.618, 2019/03/13 15:37:28 version 1.619, 2019/03/14 06:36:21
Line 3724 
Line 3724 
 or  or
 .Ql P:  .Ql P:
 will loop over each session, window or pane and insert the format once  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  for each.
 given, the second is used for the current window or active pane. For  For windows and panes, two comma-separated formats may be given:
 example to get a list of windows formatted like the status line:  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  .Bd -literal -offset indent
 #{W:#{E:window-status-format} ,#{E:window-status-current-format} }  #{W:#{E:window-status-format} ,#{E:window-status-current-format} }
 .Ed  .Ed

Legend:
Removed from v.1.618  
changed lines
  Added in v.1.619