imsg no longer associates file descriptors with the imsg they were sent with,

work around this for the moment (it is not clear if this is intentional).
This commit is contained in:
Nicholas Marriott
2024-11-22 09:58:47 +00:00
parent 1365f1ce52
commit 0f308bd18f
3 changed files with 25 additions and 7 deletions

1
tmux.h
View File

@ -2225,6 +2225,7 @@ void proc_flush_peer(struct tmuxpeer *);
void proc_toggle_log(struct tmuxproc *);
pid_t proc_fork_and_daemon(int *);
uid_t proc_get_peer_uid(struct tmuxpeer *);
int proc_get_last_fd(struct tmuxpeer *);
/* cfg.c */
extern int cfg_finished;