[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.56 and 1.57

version 1.56, 2021/08/13 06:50:42 version 1.57, 2021/08/17 19:26:42
Line 79 
Line 79 
   
         if (tc->prompt_string != NULL)          if (tc->prompt_string != NULL)
                 return (CMD_RETURN_NORMAL);                  return (CMD_RETURN_NORMAL);
           if (args_has(args, 'i'))
                   wait = 0;
   
         cdata = xcalloc(1, sizeof *cdata);          cdata = xcalloc(1, sizeof *cdata);
         cdata->idx = 1;          cdata->idx = 1;

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57