Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-07-01 09:02:25 +01:00
4 changed files with 30 additions and 1 deletions

1
tmux.h
View File

@@ -684,6 +684,7 @@ TAILQ_HEAD(style_ranges, style_range);
struct style {
struct grid_cell gc;
int fill;
enum style_align align;
enum style_list list;