[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.617 and 1.618

version 1.617, 2019/03/13 14:19:54 version 1.618, 2019/03/13 15:37:28
Line 3719 
Line 3719 
 is the result of expanding the content of the  is the result of expanding the content of the
 .Ic status-left  .Ic status-left
 option rather than the content itself.  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  A prefix of the form
 .Ql s/foo/bar/:  .Ql s/foo/bar/:
 will substitute  will substitute

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