Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-04-09 14:01:32 +01:00
3 changed files with 19 additions and 6 deletions

1
tmux.h
View File

@ -1997,6 +1997,7 @@ int tty_init(struct tty *, struct client *, int, char *);
void tty_resize(struct tty *);
void tty_set_size(struct tty *, u_int, u_int, u_int, u_int);
void tty_start_tty(struct tty *);
void tty_send_requests(struct tty *);
void tty_stop_tty(struct tty *);
void tty_set_title(struct tty *, const char *);
void tty_update_mode(struct tty *, int, struct screen *);