mirror of
https://github.com/tmux/tmux.git
synced 2024-12-04 19:58:48 +00:00
Missing define.
This commit is contained in:
parent
048db82041
commit
7997fd3152
1
tmux.h
1
tmux.h
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user