diff options
author | nicm <nicm> | 2019-11-28 10:55:45 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-11-28 12:22:32 +0000 |
commit | 640149337f54cc298cc7ff2e296545af04aed3bf (patch) | |
tree | 64fb0188def0dc011722bf68550c0988fe3ea15b /options-table.c | |
parent | 7a30e6b9414eb74d784b1d025573862df973883b (diff) | |
download | rtmux-640149337f54cc298cc7ff2e296545af04aed3bf.tar.gz rtmux-640149337f54cc298cc7ff2e296545af04aed3bf.tar.bz2 rtmux-640149337f54cc298cc7ff2e296545af04aed3bf.zip |
Missing after-kill-pane option.
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 ba7db3e1..67fe553a 100644 --- a/options-table.c +++ b/options-table.c @@ -794,6 +794,7 @@ const struct options_table_entry options_table[] = { OPTIONS_TABLE_HOOK("after-copy-mode", ""), OPTIONS_TABLE_HOOK("after-display-message", ""), OPTIONS_TABLE_HOOK("after-display-panes", ""), + OPTIONS_TABLE_HOOK("after-kill-pane", ""), OPTIONS_TABLE_HOOK("after-list-buffers", ""), OPTIONS_TABLE_HOOK("after-list-clients", ""), OPTIONS_TABLE_HOOK("after-list-keys", ""), |