summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2018-07-04 12:25:26 +0000
committernicm <nicm>2018-07-04 12:25:26 +0000
commitd254293a6d406db4b1d1d4cac36cd4225fa0d8a7 (patch)
treef4550ab8fce8034fd2c6e31a711750565154104f /tmux.1
parent2fae6a57618e1cef47b65e73504d7d5570ca6a8e (diff)
Add pane focus hooks.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.18
1 files changed, 8 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 329279fd..303a4a30 100644
--- a/tmux.1
+++ b/tmux.1
@@ -3423,6 +3423,14 @@ Run when the program running in a pane exits, but
is on so the pane has not closed.
.It pane-exited
Run when the program running in a pane exits.
+.It pane-focus-in
+Run when the focus enters a pane, if the
+.Ic focus-events
+option is on.
+.It pane-focus-out
+Run when the focus exits a pane, if the
+.Ic focus-events
+option is on.
.It pane-set-clipboard
Run when the terminal clipboard is set using the
.Xr xterm 1