=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.618 retrieving revision 1.619 diff -c -r1.618 -r1.619 *** src/usr.bin/tmux/tmux.1 2019/03/13 15:37:28 1.618 --- src/usr.bin/tmux/tmux.1 2019/03/14 06:36:21 1.619 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.618 2019/03/13 15:37:28 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.619 2019/03/14 06:36:21 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: March 13 2019 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: March 14 2019 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 3724,3732 **** 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 --- 3724,3733 ---- 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