summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm>2019-11-28 10:55:45 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-11-28 12:22:32 +0000
commit640149337f54cc298cc7ff2e296545af04aed3bf (patch)
tree64fb0188def0dc011722bf68550c0988fe3ea15b
parent7a30e6b9414eb74d784b1d025573862df973883b (diff)
Missing after-kill-pane option.
-rw-r--r--options-table.c1
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", ""),