summaryrefslogtreecommitdiffstats
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 4399c6c2..de24ac57 100644
--- a/cmd-clear-history.c
+++ b/cmd-clear-history.c
@@ -29,7 +29,7 @@ int cmd_clear_history_exec(struct cmd *, struct cmd_ctx *);
const struct cmd_entry cmd_clear_history_entry = {
"clear-history", "clearhist",
CMD_PANE_WINDOW_USAGE,
- 0,
+ 0, 0,
cmd_pane_init,
cmd_pane_parse,
cmd_clear_history_exec,