diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-12-14 01:30:15 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-12-14 01:30:15 +0000 |
commit | bc6137f9e4244c2fde4e37ef47faebb942dae5f0 (patch) | |
tree | e216b6bf0df95898f7e04f6d8b5c7109261d048b /cmd-command-prompt.c | |
parent | 5caec3020d32596f3ecf3dea68639da18690992d (diff) | |
parent | a585a1b81a9122c2f7d7083304a4eb47d4e1c7ec (diff) | |
download | rtmux-bc6137f9e4244c2fde4e37ef47faebb942dae5f0.tar.gz rtmux-bc6137f9e4244c2fde4e37ef47faebb942dae5f0.tar.bz2 rtmux-bc6137f9e4244c2fde4e37ef47faebb942dae5f0.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-command-prompt.c')
-rw-r--r-- | cmd-command-prompt.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd-command-prompt.c b/cmd-command-prompt.c index 64b24bb5..9200ada1 100644 --- a/cmd-command-prompt.c +++ b/cmd-command-prompt.c @@ -42,7 +42,9 @@ const struct cmd_entry cmd_command_prompt_entry = { .usage = "[-I inputs] [-p prompts] " CMD_TARGET_CLIENT_USAGE " " "[template]", - .flags = CMD_CLIENT_T, + .tflag = CMD_CLIENT, + + .flags = 0, .exec = cmd_command_prompt_exec }; |