[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.60 and 1.61

version 1.60, 2021/08/23 12:33:55 version 1.61, 2021/08/25 06:36:05
Line 77 
Line 77 
         const char                      *type, *s, *input;          const char                      *type, *s, *input;
         struct cmd_command_prompt_cdata *cdata;          struct cmd_command_prompt_cdata *cdata;
         char                            *tmp, *prompts, *prompt, *next_prompt;          char                            *tmp, *prompts, *prompt, *next_prompt;
         char                            *inputs, *next_input;          char                            *inputs = NULL, *next_input;
         u_int                            count = args_count(args);          u_int                            count = args_count(args);
         int                              wait = !args_has(args, 'b'), space = 1;          int                              wait = !args_has(args, 'b'), space = 1;
   

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61