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

Diff for /src/usr.bin/tmux/Attic/cmd-select-prompt.c between version 1.6 and 1.7

version 1.6, 2009/08/13 23:44:18 version 1.7, 2009/11/13 19:53:29
Line 33 
Line 33 
 const struct cmd_entry cmd_select_prompt_entry = {  const struct cmd_entry cmd_select_prompt_entry = {
         "select-prompt", NULL,          "select-prompt", NULL,
         CMD_TARGET_CLIENT_USAGE,          CMD_TARGET_CLIENT_USAGE,
         0, 0,          0, "",
         cmd_target_init,          cmd_target_init,
         cmd_target_parse,          cmd_target_parse,
         cmd_select_prompt_exec,          cmd_select_prompt_exec,

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7