diff options
Diffstat (limited to 'cmd-list-panes.c')
-rw-r--r-- | cmd-list-panes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-list-panes.c b/cmd-list-panes.c index 9d78589a..20663fd1 100644 --- a/cmd-list-panes.c +++ b/cmd-list-panes.c @@ -43,7 +43,7 @@ const struct cmd_entry cmd_list_panes_entry = { .tflag = CMD_WINDOW, - .flags = 0, + .flags = CMD_AFTERHOOK, .exec = cmd_list_panes_exec }; |