aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicm <nicm>2019-11-28 10:55:45 +0000
committernicm <nicm>2019-11-28 10:55:45 +0000
commitfa409194d3dfe0095bf6572a253772f2825f5dec (patch)
treeb00bbda69cfbc479d76deb5fb81bfa255c78b13c
parent08e28285923cb87168ba383011b42aac76925e07 (diff)
downloadrtmux-fa409194d3dfe0095bf6572a253772f2825f5dec.tar.gz
rtmux-fa409194d3dfe0095bf6572a253772f2825f5dec.tar.bz2
rtmux-fa409194d3dfe0095bf6572a253772f2825f5dec.zip
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 1d22b662..d8612ff2 100644
--- a/options-table.c
+++ b/options-table.c
@@ -811,6 +811,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", ""),