Only draw background if it's different from what's already there
This commit is contained in:
parent
71eca89356
commit
fb266a3207
@ -772,6 +772,9 @@ terminal_draw_contents(struct terminal *terminal)
|
||||
}
|
||||
}
|
||||
|
||||
if (background == terminal->color_scheme->border)
|
||||
continue;
|
||||
|
||||
terminal_set_color(terminal, cr, background);
|
||||
cairo_move_to(cr, side_margin + (col * extents.max_x_advance),
|
||||
top_margin + (row * extents.height));
|
||||
|
Loading…
Reference in New Issue
Block a user