Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-03-05 12:01:09 +00:00
4 changed files with 20 additions and 1 deletions

1
tmux.h
View File

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