[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.31 and 1.32

version 1.31, 2015/12/13 21:53:57 version 1.32, 2015/12/14 00:31:54
Line 42 
Line 42 
         .usage = "[-I inputs] [-p prompts] " CMD_TARGET_CLIENT_USAGE " "          .usage = "[-I inputs] [-p prompts] " CMD_TARGET_CLIENT_USAGE " "
                  "[template]",                   "[template]",
   
         .flags = CMD_CLIENT_T,          .tflag = CMD_CLIENT,
   
           .flags = 0,
         .exec = cmd_command_prompt_exec          .exec = cmd_command_prompt_exec
 };  };
   

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32