diff options
author | nicm <nicm> | 2021-08-06 09:19:02 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-08-06 09:19:02 +0000 |
commit | 19812b2d29e305927461c26651a3d228c22d928a (patch) | |
tree | b85658024480ddc3c560d077b5e6a73264f1f372 /options-table.c | |
parent | ef5602a5901774425d455a11f71a49258ed2ead6 (diff) | |
download | rtmux-19812b2d29e305927461c26651a3d228c22d928a.tar.gz rtmux-19812b2d29e305927461c26651a3d228c22d928a.tar.bz2 rtmux-19812b2d29e305927461c26651a3d228c22d928a.zip |
Add client focus hooks.
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c index a4b85fd2..e0ae993a 100644 --- a/options-table.c +++ b/options-table.c @@ -1148,6 +1148,8 @@ const struct options_table_entry options_table[] = { OPTIONS_TABLE_HOOK("client-active", ""), OPTIONS_TABLE_HOOK("client-attached", ""), OPTIONS_TABLE_HOOK("client-detached", ""), + OPTIONS_TABLE_HOOK("client-focus-in", ""), + OPTIONS_TABLE_HOOK("client-focus-out", ""), OPTIONS_TABLE_HOOK("client-resized", ""), OPTIONS_TABLE_HOOK("client-session-changed", ""), OPTIONS_TABLE_PANE_HOOK("pane-died", ""), |