aboutsummaryrefslogtreecommitdiff
path: root/cmd-copy-mode.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-copy-mode.c')
-rw-r--r--cmd-copy-mode.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd-copy-mode.c b/cmd-copy-mode.c
index 7c6f6ca7..1a006ebb 100644
--- a/cmd-copy-mode.c
+++ b/cmd-copy-mode.c
@@ -33,7 +33,9 @@ const struct cmd_entry cmd_copy_mode_entry = {
.args = { "Met:u", 0, 0 },
.usage = "[-Mu] " CMD_TARGET_PANE_USAGE,
- .flags = CMD_PANE_T,
+ .tflag = CMD_PANE,
+
+ .flags = 0,
.exec = cmd_copy_mode_exec
};