Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-09-23 18:01:24 +01:00
4 changed files with 52 additions and 25 deletions

4
tmux.h
View File

@@ -2198,8 +2198,8 @@ void status_prompt_save_history(void);
/* resize.c */
void resize_window(struct window *, u_int, u_int);
void default_window_size(struct session *, struct window *, u_int *,
u_int *, int);
void default_window_size(struct client *, struct session *, struct window *,
u_int *, u_int *, int);
void recalculate_size(struct window *);
void recalculate_sizes(void);