mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Add pane focus hooks.
This commit is contained in:
8
tmux.1
8
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
|
||||
|
Reference in New Issue
Block a user