=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-command-prompt.c,v retrieving revision 1.31 retrieving revision 1.32 diff -c -r1.31 -r1.32 *** src/usr.bin/tmux/cmd-command-prompt.c 2015/12/13 21:53:57 1.31 --- src/usr.bin/tmux/cmd-command-prompt.c 2015/12/14 00:31:54 1.32 *************** *** 1,4 **** ! /* $OpenBSD: cmd-command-prompt.c,v 1.31 2015/12/13 21:53:57 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-command-prompt.c,v 1.32 2015/12/14 00:31:54 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott *************** *** 42,48 **** .usage = "[-I inputs] [-p prompts] " CMD_TARGET_CLIENT_USAGE " " "[template]", ! .flags = CMD_CLIENT_T, .exec = cmd_command_prompt_exec }; --- 42,50 ---- .usage = "[-I inputs] [-p prompts] " CMD_TARGET_CLIENT_USAGE " " "[template]", ! .tflag = CMD_CLIENT, ! ! .flags = 0, .exec = cmd_command_prompt_exec };