aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2021-08-06 09:19:02 +0000
committernicm <nicm>2021-08-06 09:19:02 +0000
commit19812b2d29e305927461c26651a3d228c22d928a (patch)
treeb85658024480ddc3c560d077b5e6a73264f1f372 /tmux.1
parentef5602a5901774425d455a11f71a49258ed2ead6 (diff)
downloadrtmux-19812b2d29e305927461c26651a3d228c22d928a.tar.gz
rtmux-19812b2d29e305927461c26651a3d228c22d928a.tar.bz2
rtmux-19812b2d29e305927461c26651a3d228c22d928a.zip
Add client focus hooks.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.14
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 0abb4c76..00b90fe7 100644
--- a/tmux.1
+++ b/tmux.1
@@ -4402,6 +4402,10 @@ Run when a client becomes the latest active client of its session.
Run when a client is attached.
.It client-detached
Run when a client is detached
+.It client-focus-in
+Run when focus enters a client
+.It client-focus-out
+Run when focus exits a client
.It client-resized
Run when a client is resized.
.It client-session-changed