Merge branch 'obsd-master' into master

This commit is contained in:
Thomas Adam
2022-03-08 20:01:11 +00:00
5 changed files with 75 additions and 21 deletions

1
tmux.h
View File

@ -1027,6 +1027,7 @@ struct window_pane {
pid_t pid;
char tty[TTY_NAME_MAX];
int status;
struct timeval dead_time;
int fd;
struct bufferevent *event;