[BACK]Return to window-copy.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/window-copy.c between version 1.186 and 1.187

version 1.186, 2017/11/16 11:16:15 version 1.187, 2018/03/08 08:09:10
Line 1677 
Line 1677 
                 return;                  return;
         expanded = format_single(NULL, arg, NULL, s, NULL, wp);          expanded = format_single(NULL, arg, NULL, s, NULL, wp);
   
         job = job_run(expanded, s, NULL, NULL, NULL, NULL, NULL);          job = job_run(expanded, s, NULL, NULL, NULL, NULL, NULL, JOB_NOWAIT);
         bufferevent_write(job->event, buf, len);          bufferevent_write(job->event, buf, len);
   
         free(expanded);          free(expanded);

Legend:
Removed from v.1.186  
changed lines
  Added in v.1.187