Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-04-07 16:01:29 +01:00
4 changed files with 8 additions and 3 deletions

1
tmux.h
View File

@ -763,6 +763,7 @@ struct screen {
u_int saved_cy;
struct grid *saved_grid;
struct grid_cell saved_cell;
int saved_flags;
bitstr_t *tabs;
struct screen_sel *sel;