Add a "fill" style attribute to clear the entire format drawing area in

a colour, GitHub issue 1815.
This commit is contained in:
nicm
2019-07-01 06:56:00 +00:00
parent cf30e0f935
commit 2da050413c
4 changed files with 30 additions and 1 deletions

1
tmux.h
View File

@ -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;