Fill in some other bits on new panes.

This commit is contained in:
nicm
2021-08-13 19:55:11 +00:00
parent 2588c3e52e
commit 7a0cec5ecf
3 changed files with 23 additions and 7 deletions

2
tmux.h
View File

@ -2042,7 +2042,7 @@ struct job *job_run(const char *, int, char **, struct session *,
const char *, job_update_cb, job_complete_cb, job_free_cb,
void *, int, int, int);
void job_free(struct job *);
int job_transfer(struct job *);
int job_transfer(struct job *, pid_t *, char *, size_t);
void job_resize(struct job *, u_int, u_int);
void job_check_died(pid_t, int);
int job_get_status(struct job *);