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-copy-mode.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-copy-mode.c')
-rw-r--r-- | cmd-copy-mode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-copy-mode.c b/cmd-copy-mode.c index 6b99c347..4591a37d 100644 --- a/cmd-copy-mode.c +++ b/cmd-copy-mode.c @@ -35,7 +35,7 @@ const struct cmd_entry cmd_copy_mode_entry = { .tflag = CMD_PANE, - .flags = 0, + .flags = CMD_AFTERHOOK, .exec = cmd_copy_mode_exec }; @@ -48,7 +48,7 @@ const struct cmd_entry cmd_clock_mode_entry = { .tflag = CMD_PANE, - .flags = 0, + .flags = CMD_AFTERHOOK, .exec = cmd_copy_mode_exec }; |