mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Set working directory for run-shell and if-shell.
This commit is contained in:
2
tmux.h
2
tmux.h
@ -1613,7 +1613,7 @@ int options_table_find(const char *, const struct options_table_entry **,
|
||||
|
||||
/* job.c */
|
||||
extern struct joblist all_jobs;
|
||||
struct job *job_run(const char *, struct session *,
|
||||
struct job *job_run(const char *, struct session *, int,
|
||||
void (*)(struct job *), void (*)(void *), void *);
|
||||
void job_free(struct job *);
|
||||
void job_died(struct job *, int);
|
||||
|
Reference in New Issue
Block a user