[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.74 and 1.75

version 1.74, 2020/04/13 20:51:57 version 1.75, 2021/03/02 10:56:45
Line 128 
Line 128 
                 cdata->input.c->references++;                  cdata->input.c->references++;
         cmd_find_copy_state(&cdata->input.fs, target);          cmd_find_copy_state(&cdata->input.fs, target);
   
         if (job_run(shellcmd, s,          if (job_run(shellcmd, 0, NULL, s,
             server_client_get_cwd(cmdq_get_client(item), s), NULL,              server_client_get_cwd(cmdq_get_client(item), s), NULL,
             cmd_if_shell_callback, cmd_if_shell_free, cdata, 0, -1,              cmd_if_shell_callback, cmd_if_shell_free, cdata, 0, -1,
             -1) == NULL) {              -1) == NULL) {

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75