Missing define.

This commit is contained in:
Nicholas Marriott 2024-10-04 18:59:53 +01:00
parent 048db82041
commit 7997fd3152

1
tmux.h
View File

@ -2341,6 +2341,7 @@ typedef void (*job_free_cb) (void *);
#define JOB_NOWAIT 0x1
#define JOB_KEEPWRITE 0x2
#define JOB_PTY 0x4
#define JOB_DEFAULTSHELL 0x8
struct job *job_run(const char *, int, char **, struct environ *,
struct session *, const char *, job_update_cb,
job_complete_cb, job_free_cb, void *, int, int, int);