aboutsummaryrefslogtreecommitdiff
path: root/cmd-if-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-if-shell.c')
-rw-r--r--cmd-if-shell.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd-if-shell.c b/cmd-if-shell.c
index 4c2cacb1..229289cd 100644
--- a/cmd-if-shell.c
+++ b/cmd-if-shell.c
@@ -43,7 +43,9 @@ const struct cmd_entry cmd_if_shell_entry = {
.usage = "[-bF] " CMD_TARGET_PANE_USAGE " shell-command command "
"[command]",
- .flags = CMD_PANE_T|CMD_CANFAIL,
+ .tflag = CMD_PANE_CANFAIL,
+
+ .flags = 0,
.exec = cmd_if_shell_exec
};