Merge branch 'master' into floating_panes

This commit is contained in:
Michael Grant
2026-03-09 08:31:58 +00:00
7 changed files with 29 additions and 7 deletions

1
tmux.h
View File

@@ -1261,6 +1261,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;