[BACK]Return to cmd-command-prompt.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-command-prompt.c between version 1.11 and 1.12

version 1.11, 2009/09/21 15:32:06 version 1.12, 2009/11/13 19:53:29
Line 39 
Line 39 
 const struct cmd_entry cmd_command_prompt_entry = {  const struct cmd_entry cmd_command_prompt_entry = {
         "command-prompt", NULL,          "command-prompt", NULL,
         CMD_TARGET_CLIENT_USAGE " [-p prompts] [template]",          CMD_TARGET_CLIENT_USAGE " [-p prompts] [template]",
         0, 0,          0, "",
         cmd_command_prompt_init,          cmd_command_prompt_init,
         cmd_command_prompt_parse,          cmd_command_prompt_parse,
         cmd_command_prompt_exec,          cmd_command_prompt_exec,

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12