Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2016-04-29 18:01:09 +01:00
8 changed files with 247 additions and 44 deletions

3
tmux.h
View File

@ -896,6 +896,9 @@ struct window_pane {
struct screen *screen;
struct screen base;
struct screen status_screen;
size_t status_size;
/* Saved in alternative screen mode. */
u_int saved_cx;
u_int saved_cy;