=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.474 retrieving revision 1.475 diff -u -r1.474 -r1.475 --- src/usr.bin/tmux/tmux.1 2015/12/12 18:32:24 1.474 +++ src/usr.bin/tmux/tmux.1 2015/12/16 21:50:37 1.475 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.474 2015/12/12 18:32:24 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.475 2015/12/16 21:50:37 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -14,7 +14,7 @@ .\" 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: December 12 2015 $ +.Dd $Mdocdate: December 16 2015 $ .Dt TMUX 1 .Os .Sh NAME @@ -3230,6 +3230,12 @@ Run when a client is detached .It client-resized Run when a client is resized. +.It pane-died +Run when the program running in a pane exits, but +.Ic remain-on-exit +is on so the pane has not closed. +.It pane-exited +Run when the program running in a pane exits. .El .Pp Hooks are managed with these commands: