Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-04-15 20:01:27 +01:00
3 changed files with 88 additions and 62 deletions

2
tmux.h
View File

@ -2439,6 +2439,8 @@ void screen_set_path(struct screen *, const char *);
void screen_push_title(struct screen *);
void screen_pop_title(struct screen *);
void screen_resize(struct screen *, u_int, u_int, int);
void screen_resize_cursor(struct screen *, u_int, u_int, int, int, u_int *,
u_int *);
void screen_set_selection(struct screen *, u_int, u_int, u_int, u_int,
u_int, int, struct grid_cell *);
void screen_clear_selection(struct screen *);