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

Diff for /src/usr.bin/tmux/cmd-if-shell.c between version 1.51 and 1.52

version 1.51, 2017/03/08 13:36:12 version 1.52, 2017/04/20 09:20:22
Line 127 
Line 127 
                 cdata->item = NULL;                  cdata->item = NULL;
         memcpy(&cdata->mouse, &item->mouse, sizeof cdata->mouse);          memcpy(&cdata->mouse, &item->mouse, sizeof cdata->mouse);
   
         job_run(shellcmd, s, cwd, cmd_if_shell_callback, cmd_if_shell_free,          job_run(shellcmd, s, cwd, NULL, cmd_if_shell_callback,
             cdata);              cmd_if_shell_free, cdata);
         free(shellcmd);          free(shellcmd);
   
         if (args_has(args, 'b'))          if (args_has(args, 'b'))

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