aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2015-12-16 21:50:37 +0000
committernicm <nicm>2015-12-16 21:50:37 +0000
commit021c64310daa4ae4c4e8af08f17c994f21237758 (patch)
tree7f0556b343bba058dec19c87c8f52f215cdbd2eb /tmux.1
parent8eb1a7d5dc8d66ca7d17c72e4d8d0e58d6fd2824 (diff)
downloadrtmux-021c64310daa4ae4c4e8af08f17c994f21237758.tar.gz
rtmux-021c64310daa4ae4c4e8af08f17c994f21237758.tar.bz2
rtmux-021c64310daa4ae4c4e8af08f17c994f21237758.zip
Add infrastructure to work out the best target given a pane or window
alone and use it to add pane_died and pane_exited hooks.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.16
1 files changed, 6 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 39e9bd4b..9017b4e7 100644
--- a/tmux.1
+++ b/tmux.1
@@ -3230,6 +3230,12 @@ Run when a client is attached.
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: