=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.509 retrieving revision 1.510 diff -c -r1.509 -r1.510 *** src/usr.bin/tmux/tmux.1 2016/10/16 17:55:14 1.509 --- src/usr.bin/tmux/tmux.1 2016/10/16 19:55:52 1.510 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.509 2016/10/16 17:55:14 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.510 2016/10/16 19:55:52 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 3244,3249 **** --- 3244,3253 ---- is on so the pane has not closed. .It pane-exited Run when the program running in a pane exits. + .It session-created + Run when a new session created. + .It session-closed + Run when a session closed. .It session-renamed Run when a session is renamed. .It window-renamed *************** *** 3467,3472 **** --- 3471,3480 ---- .It Li "history_limit" Ta "" Ta "Maximum window history lines" .It Li "history_size" Ta "" Ta "Size of history in bytes" .It Li "hook" Ta "" Ta "Name of running hook, if any" + .It Li "hook_session" Ta "" Ta "ID of session where hook was run, if any" + .It Li "hook_session_name" Ta "" Ta "Name of session where hook was run, if any" + .It Li "hook_window" Ta "" Ta "ID of window where hook was run, if any" + .It Li "hook_window_name" Ta "" Ta "Name of window where hook was run, if any" .It Li "host" Ta "#H" Ta "Hostname of local host" .It Li "host_short" Ta "#h" Ta "Hostname of local host (no domain name)" .It Li "insert_flag" Ta "" Ta "Pane insert flag"