=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.620 retrieving revision 1.621 diff -c -r1.620 -r1.621 *** src/usr.bin/tmux/tmux.1 2019/03/14 21:31:43 1.620 --- src/usr.bin/tmux/tmux.1 2019/03/14 21:41:30 1.621 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.620 2019/03/14 21:31:43 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.621 2019/03/14 21:41:30 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 3875,3880 **** --- 3875,3881 ---- .It Li "window_activity_flag" Ta "" Ta "1 if window has activity" .It Li "window_active" Ta "" Ta "1 if window active" .It Li "window_bell_flag" Ta "" Ta "1 if window has bell" + .It Li "window_end_flag" Ta "" Ta "1 if window has the highest index" .It Li "window_flags" Ta "#F" Ta "Window flags" .It Li "window_format" Ta "" Ta "1 if format is for a window (not assuming the current)" .It Li "window_height" Ta "" Ta "Height of window" *************** *** 3887,3892 **** --- 3888,3894 ---- .It Li "window_panes" Ta "" Ta "Number of panes in window" .It Li "window_silence_flag" Ta "" Ta "1 if window has silence alert" .It Li "window_stack_index" Ta "" Ta "Index in session most recent stack" + .It Li "window_start_flag" Ta "" Ta "1 if window has the lowest index" .It Li "window_visible_layout" Ta "" Ta "Window layout description, respecting zoomed window panes" .It Li "window_width" Ta "" Ta "Width of window" .It Li "window_zoomed_flag" Ta "" Ta "1 if window is zoomed"