diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-10-15 00:01:10 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-10-15 00:01:10 +0100 |
commit | 3d2686a236b4ffee762ada8ebb493d8db91f7375 (patch) | |
tree | d2db6c314110ada7cc896449de18f02c2d1ddb01 /cmd-set-option.c | |
parent | 9d58febc8f4243ed4a392e45f89de0455c032090 (diff) | |
parent | ed971268be7cfd5a4a8223211401654b30a57cbd (diff) | |
download | rtmux-3d2686a236b4ffee762ada8ebb493d8db91f7375.tar.gz rtmux-3d2686a236b4ffee762ada8ebb493d8db91f7375.tar.bz2 rtmux-3d2686a236b4ffee762ada8ebb493d8db91f7375.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-set-option.c')
-rw-r--r-- | cmd-set-option.c | 4 |
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 }; |