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

Diff for /src/usr.bin/tmux/format.c between version 1.297 and 1.298

version 1.297, 2021/10/05 20:15:16 version 1.298, 2021/10/11 10:55:30
Line 390 
Line 390 
         if (force && fj->job != NULL)          if (force && fj->job != NULL)
                job_free(fj->job);                 job_free(fj->job);
         if (force || (fj->job == NULL && fj->last != t)) {          if (force || (fj->job == NULL && fj->last != t)) {
                 fj->job = job_run(expanded, 0, NULL, NULL,                  fj->job = job_run(expanded, 0, NULL, NULL, NULL,
                     server_client_get_cwd(ft->client, NULL), format_job_update,                      server_client_get_cwd(ft->client, NULL), format_job_update,
                     format_job_complete, NULL, fj, JOB_NOWAIT, -1, -1);                      format_job_complete, NULL, fj, JOB_NOWAIT, -1, -1);
                 if (fj->job == NULL) {                  if (fj->job == NULL) {

Legend:
Removed from v.1.297  
changed lines
  Added in v.1.298