[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.14 and 1.15

version 1.14, 2011/01/04 00:42:46 version 1.15, 2011/01/05 22:38:28
Line 36 
Line 36 
   
 const struct cmd_entry cmd_command_prompt_entry = {  const struct cmd_entry cmd_command_prompt_entry = {
         "command-prompt", NULL,          "command-prompt", NULL,
         "p:t:", 0, 0,          "p:t:", 0, 1,
         CMD_TARGET_CLIENT_USAGE " [-p prompts] [template]",          CMD_TARGET_CLIENT_USAGE " [-p prompts] [template]",
         0,          0,
         cmd_command_prompt_key_binding,          cmd_command_prompt_key_binding,

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15