summaryrefslogtreecommitdiffstats
path: root/cmd-set-option.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-set-option.c')
-rw-r--r--cmd-set-option.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-set-option.c b/cmd-set-option.c
index 8f7e469c..0c092e50 100644
--- a/cmd-set-option.c
+++ b/cmd-set-option.c
@@ -73,7 +73,7 @@ const struct cmd_entry cmd_set_option_entry = {
.tflag = CMD_WINDOW_CANFAIL,
- .flags = 0,
+ .flags = CMD_AFTERHOOK,
.exec = cmd_set_option_exec
};
@@ -86,7 +86,7 @@ const struct cmd_entry cmd_set_window_option_entry = {
.tflag = CMD_WINDOW_CANFAIL,
- .flags = 0,
+ .flags = CMD_AFTERHOOK,
.exec = cmd_set_option_exec
};