summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2019-07-01 06:56:00 +0000
committernicm <nicm>2019-07-01 06:56:00 +0000
commit2da050413c17e587be8bede710112096ce6b5f5a (patch)
treed551271f4c62a338d22daee38865ffb3bd043937 /tmux.h
parentcf30e0f9357b7e42491645a87eeae06ffb8e8066 (diff)
Add a "fill" style attribute to clear the entire format drawing area in
a colour, GitHub issue 1815.
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;