Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2018-08-18 19:02:39 +01:00
5 changed files with 59 additions and 53 deletions

1
tmux.h
View File

@ -1642,6 +1642,7 @@ struct environ *environ_for_session(struct session *, int);
/* tty.c */
void tty_create_log(void);
u_int tty_status_lines(struct client *);
void tty_raw(struct tty *, const char *);
void tty_attributes(struct tty *, const struct grid_cell *,
const struct window_pane *);