=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.300 retrieving revision 1.301 diff -c -r1.300 -r1.301 *** src/usr.bin/tmux/tmux.1 2012/07/15 06:51:57 1.300 --- src/usr.bin/tmux/tmux.1 2012/08/11 05:55:12 1.301 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.300 2012/07/15 06:51:57 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.301 2012/08/11 05:55:12 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: July 15 2012 $ .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: August 11 2012 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 2326,2331 **** --- 2326,2332 ---- .It Li "#h" Ta "Hostname of local host without the domain name" .It Li "#F" Ta "Current window flag" .It Li "#I" Ta "Current window index" + .It Li "#D" Ta "Current pane unique identifier" .It Li "#P" Ta "Current pane index" .It Li "#S" Ta "Session name" .It Li "#T" Ta "Current pane title" *************** *** 2903,2908 **** --- 2904,2911 ---- .It Li "client_utf8" Ta "1 if client supports utf8" .It Li "client_width" Ta "Width of client" .It Li "host" Ta "Hostname of local host" + .It Li "history_bytes" Ta "Number of bytes in window history" + .It Li "history_limit" Ta "Maximum window history lines" .It Li "line" Ta "Line number in the list" .It Li "pane_active" Ta "1 if active pane" .It Li "pane_current_path" Ta "Current path if available" *************** *** 2929,2934 **** --- 2932,2938 ---- .It Li "window_find_matches" Ta "Matched data from the find-window command if available" .It Li "window_flags" Ta "Window flags" .It Li "window_height" Ta "Height of window" + .It Li "window_id" Ta "Unique window ID" .It Li "window_index" Ta "Index of window" .It Li "window_layout" Ta "Window layout description" .It Li "window_name" Ta "Name of window"