[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.26 and 1.27

version 1.26, 2013/03/24 09:54:10 version 1.27, 2013/10/10 12:00:19
Line 30 
Line 30 
  */   */
   
 void    cmd_command_prompt_key_binding(struct cmd *, int);  void    cmd_command_prompt_key_binding(struct cmd *, int);
 int     cmd_command_prompt_check(struct args *);  
 enum cmd_retval cmd_command_prompt_exec(struct cmd *, struct cmd_q *);  enum cmd_retval cmd_command_prompt_exec(struct cmd *, struct cmd_q *);
   
 int     cmd_command_prompt_callback(void *, const char *);  int     cmd_command_prompt_callback(void *, const char *);
Line 42 
Line 41 
         "[-I inputs] [-p prompts] " CMD_TARGET_CLIENT_USAGE " [template]",          "[-I inputs] [-p prompts] " CMD_TARGET_CLIENT_USAGE " [template]",
         0,          0,
         cmd_command_prompt_key_binding,          cmd_command_prompt_key_binding,
         NULL,  
         cmd_command_prompt_exec          cmd_command_prompt_exec
 };  };
   

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27