Add pane_pipe_pid with pipe fd and call setpgid to make it easier to kill.

This commit is contained in:
nicm
2026-03-05 09:22:08 +00:00
parent 6d37cc94a7
commit 1e208abd93
4 changed files with 20 additions and 1 deletions

1
tmux.h
View File

@@ -1213,6 +1213,7 @@ struct window_pane {
enum client_theme last_theme;
int pipe_fd;
pid_t pipe_pid;
struct bufferevent *pipe_event;
struct window_pane_offset pipe_offset;