Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-01-13 14:01:25 +00:00
2 changed files with 18 additions and 0 deletions

1
tmux.h
View File

@ -1181,6 +1181,7 @@ LIST_HEAD(tty_terms, tty_term);
struct tty {
struct client *client;
struct event start_timer;
u_int sx;
u_int sy;