=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-command-prompt.c,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/tmux/cmd-command-prompt.c 2009/09/21 15:32:06 1.11 --- src/usr.bin/tmux/cmd-command-prompt.c 2009/11/13 19:53:29 1.12 *************** *** 1,4 **** ! /* $OpenBSD: cmd-command-prompt.c,v 1.11 2009/09/21 15:32:06 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-command-prompt.c,v 1.12 2009/11/13 19:53:29 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott *************** *** 39,45 **** const struct cmd_entry cmd_command_prompt_entry = { "command-prompt", NULL, CMD_TARGET_CLIENT_USAGE " [-p prompts] [template]", ! 0, 0, cmd_command_prompt_init, cmd_command_prompt_parse, cmd_command_prompt_exec, --- 39,45 ---- const struct cmd_entry cmd_command_prompt_entry = { "command-prompt", NULL, CMD_TARGET_CLIENT_USAGE " [-p prompts] [template]", ! 0, "", cmd_command_prompt_init, cmd_command_prompt_parse, cmd_command_prompt_exec,