=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.585 retrieving revision 1.586 diff -c -r1.585 -r1.586 *** src/usr.bin/tmux/tmux.1 2017/10/26 08:17:12 1.585 --- src/usr.bin/tmux/tmux.1 2017/11/02 18:27:35 1.586 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.585 2017/10/26 08:17:12 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.586 2017/11/02 18:27:35 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: October 26 2017 $ .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: November 2 2017 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 1428,1434 **** This command works only if at least one client is attached. .It Xo .Ic choose-tree ! .Op Fl Nsw .Op Fl F Ar format .Op Fl f Ar filter .Op Fl O Ar sort-order --- 1428,1434 ---- This command works only if at least one client is attached. .It Xo .Ic choose-tree ! .Op Fl GNsw .Op Fl F Ar format .Op Fl f Ar filter .Op Fl O Ar sort-order *************** *** 1484,1489 **** --- 1484,1492 ---- specifies the format for each item in the tree. .Fl N starts without the preview. + .Fl G + includes all sessions in any session groups in the tree rather than only the + first. This command works only if at least one client is attached. .It Xo .Ic display-panes *************** *** 3710,3715 **** --- 3713,3720 ---- .It Li "session_format" Ta "" Ta "1 if format is for a session (not assuming the current)" .It Li "session_last_attached" Ta "" Ta "Time session last attached" .It Li "session_group" Ta "" Ta "Name of session group" + .It Li "session_group_size" Ta "" Ta "Size of session group" + .It Li "session_group_others" Ta "" Ta "List of other sessions in group" .It Li "session_grouped" Ta "" Ta "1 if session in a group" .It Li "session_height" Ta "" Ta "Height of session" .It Li "session_id" Ta "" Ta "Unique session ID"