summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authornicm <nicm>2020-07-24 07:05:37 +0000
committernicm <nicm>2020-07-24 07:05:37 +0000
commitd329b035cee47d968a8c93b5cbd8fde879ce6f0d (patch)
tree723257e3f0130e238614748461d80b13f75dc8d3 /options-table.c
parent112b0f417c43e3f9ba7f5aa9df2e49dfdddfc225 (diff)
Add a hook when the pane title changed.
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 54bdadba..95d865ce 100644
--- a/options-table.c
+++ b/options-table.c
@@ -1121,6 +1121,7 @@ const struct options_table_entry options_table[] = {
OPTIONS_TABLE_PANE_HOOK("pane-focus-out", ""),
OPTIONS_TABLE_PANE_HOOK("pane-mode-changed", ""),
OPTIONS_TABLE_PANE_HOOK("pane-set-clipboard", ""),
+ OPTIONS_TABLE_PANE_HOOK("pane-title-changed", ""),
OPTIONS_TABLE_HOOK("session-closed", ""),
OPTIONS_TABLE_HOOK("session-created", ""),
OPTIONS_TABLE_HOOK("session-renamed", ""),