aboutsummaryrefslogtreecommitdiff
path: root/cmd-clear-history.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-clear-history.c')
-rw-r--r--cmd-clear-history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-clear-history.c b/cmd-clear-history.c
index a1da256d..46f1d4e6 100644
--- a/cmd-clear-history.c
+++ b/cmd-clear-history.c
@@ -35,7 +35,7 @@ const struct cmd_entry cmd_clear_history_entry = {
.tflag = CMD_PANE,
- .flags = 0,
+ .flags = CMD_AFTERHOOK,
.exec = cmd_clear_history_exec
};