summaryrefslogtreecommitdiffstats
path: root/cmd-resize-pane.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-resize-pane.c')
-rw-r--r--cmd-resize-pane.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd-resize-pane.c b/cmd-resize-pane.c
index fb3302a2..bb29cef9 100644
--- a/cmd-resize-pane.c
+++ b/cmd-resize-pane.c
@@ -38,7 +38,9 @@ const struct cmd_entry cmd_resize_pane_entry = {
.usage = "[-DLMRUZ] [-x width] [-y height] " CMD_TARGET_PANE_USAGE " "
"[adjustment]",
- .flags = CMD_PANE_T,
+ .tflag = CMD_PANE,
+
+ .flags = 0,
.exec = cmd_resize_pane_exec
};