aboutsummaryrefslogtreecommitdiff
path: root/options-table.c
diff options
context:
space:
mode:
authornicm <nicm>2021-08-04 08:07:19 +0000
committernicm <nicm>2021-08-04 08:07:19 +0000
commit42490f4750bb6f39c08908e8e7a3b85022a077af (patch)
treeef43e265d151e58384f22a639f7198e2e3ad044a /options-table.c
parente37aa45681acf15a98de1940901d7e368dbbf33b (diff)
downloadrtmux-42490f4750bb6f39c08908e8e7a3b85022a077af.tar.gz
rtmux-42490f4750bb6f39c08908e8e7a3b85022a077af.tar.bz2
rtmux-42490f4750bb6f39c08908e8e7a3b85022a077af.zip
Add a client-active hook, from ncfavier in GitHub issue 2803.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c
index bca529cf..a4b85fd2 100644
--- a/options-table.c
+++ b/options-table.c
@@ -1145,6 +1145,7 @@ const struct options_table_entry options_table[] = {
OPTIONS_TABLE_HOOK("alert-activity", ""),
OPTIONS_TABLE_HOOK("alert-bell", ""),
OPTIONS_TABLE_HOOK("alert-silence", ""),
+ OPTIONS_TABLE_HOOK("client-active", ""),
OPTIONS_TABLE_HOOK("client-attached", ""),
OPTIONS_TABLE_HOOK("client-detached", ""),
OPTIONS_TABLE_HOOK("client-resized", ""),