summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-07-01 09:02:25 +0100
committerThomas Adam <thomas@xteddy.org>2019-07-01 09:02:25 +0100
commitb9fbf02ad500cd6dfc4d697fc26c7d571508ec5c (patch)
tree5a2f3d5988dd0027133300348b02311fd1057f50 /tmux.h
parentabcd4bd24662e79a7ae936c5d2c971417864c519 (diff)
parent2da050413c17e587be8bede710112096ce6b5f5a (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 35c2d1b9..f09200ed 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;