diff options
author | nicm <nicm> | 2021-08-13 19:55:11 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-08-13 19:55:11 +0000 |
commit | 7a0cec5ecf0d0a89caaee4a16b629155efe23f22 (patch) | |
tree | dcfb1c617162b06c14d2d4ec8600af085ad9929c /tmux.h | |
parent | 2588c3e52e24a8726ac3d1277ede6ddf07dd6257 (diff) | |
download | rtmux-7a0cec5ecf0d0a89caaee4a16b629155efe23f22.tar.gz rtmux-7a0cec5ecf0d0a89caaee4a16b629155efe23f22.tar.bz2 rtmux-7a0cec5ecf0d0a89caaee4a16b629155efe23f22.zip |
Fill in some other bits on new panes.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 *); |