[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.51 and 1.52

version 1.51, 2021/09/09 13:38:32 version 1.52, 2021/10/28 18:39:15
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, 0);          cdata->cmdlist = args_make_commands_now(self, item, 0, 1);
         if (cdata->cmdlist == NULL)          if (cdata->cmdlist == NULL)
                 return (CMD_RETURN_ERROR);                  return (CMD_RETURN_ERROR);
   

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