summaryrefslogtreecommitdiffstats
path: root/cmd-run-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-run-shell.c')
-rw-r--r--cmd-run-shell.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd-run-shell.c b/cmd-run-shell.c
index d84c3899..e857e9c9 100644
--- a/cmd-run-shell.c
+++ b/cmd-run-shell.c
@@ -42,7 +42,9 @@ const struct cmd_entry cmd_run_shell_entry = {
.args = { "bt:", 1, 1 },
.usage = "[-b] " CMD_TARGET_PANE_USAGE " shell-command",
- .flags = CMD_PANE_T|CMD_CANFAIL,
+ .tflag = CMD_PANE_CANFAIL,
+
+ .flags = 0,
.exec = cmd_run_shell_exec
};