summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
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 d6dacf63..e43140b2 100644
--- a/tmux.h
+++ b/tmux.h
@@ -682,6 +682,7 @@ TAILQ_HEAD(style_ranges, style_range);
struct style {
struct grid_cell gc;
+ int fill;
enum style_align align;
enum style_list list;