mirror of
https://github.com/tmux/tmux.git
synced 2025-01-06 07:48:48 +00:00
Missing after-kill-pane option.
This commit is contained in:
parent
08e2828592
commit
fa409194d3
@ -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", ""),
|
||||
|
Loading…
Reference in New Issue
Block a user