=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/format.c,v retrieving revision 1.226 retrieving revision 1.227 diff -u -r1.226 -r1.227 --- src/usr.bin/tmux/format.c 2020/03/11 14:17:55 1.226 +++ src/usr.bin/tmux/format.c 2020/03/19 13:43:18 1.227 @@ -1,4 +1,4 @@ -/* $OpenBSD: format.c,v 1.226 2020/03/11 14:17:55 nicm Exp $ */ +/* $OpenBSD: format.c,v 1.227 2020/03/19 13:43:18 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott @@ -354,7 +354,7 @@ if (force || (fj->job == NULL && fj->last != t)) { fj->job = job_run(expanded, NULL, server_client_get_cwd(ft->client, NULL), format_job_update, - format_job_complete, NULL, fj, JOB_NOWAIT); + format_job_complete, NULL, fj, JOB_NOWAIT, -1, -1); if (fj->job == NULL) { free(fj->out); xasprintf(&fj->out, "<'%s' didn't start>", fj->cmd);