diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-07-24 10:01:19 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-07-24 10:01:19 +0100 |
commit | 90158b59770cbc1e639dda229c98b1781bbf9619 (patch) | |
tree | a7a3d0101d0c7cbecece4f1e79a707c447086007 /options-table.c | |
parent | 1f19355fb08c1013bb89299853b684ab1d7cdec9 (diff) | |
parent | d329b035cee47d968a8c93b5cbd8fde879ce6f0d (diff) | |
download | rtmux-90158b59770cbc1e639dda229c98b1781bbf9619.tar.gz rtmux-90158b59770cbc1e639dda229c98b1781bbf9619.tar.bz2 rtmux-90158b59770cbc1e639dda229c98b1781bbf9619.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c index 0555d43e..b24c6e36 100644 --- a/options-table.c +++ b/options-table.c @@ -1120,6 +1120,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", ""), |