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

Diff for /src/usr.bin/tmux/cmd-confirm-before.c between version 1.50 and 1.51

version 1.50, 2021/08/25 08:51:55 version 1.51, 2021/09/09 13:38:32
Line 72 
Line 72 
         int                              wait = !args_has(args, 'b');          int                              wait = !args_has(args, 'b');
   
         cdata = xcalloc(1, sizeof *cdata);          cdata = xcalloc(1, sizeof *cdata);
         cdata->cmdlist = args_make_commands_now(self, item, 0);          cdata->cmdlist = args_make_commands_now(self, item, 0, 0);
         if (cdata->cmdlist == NULL)          if (cdata->cmdlist == NULL)
                 return (CMD_RETURN_ERROR);                  return (CMD_RETURN_ERROR);
   

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51