diff --git a/main.c b/main.c index fc6988a9..165ce9a1 100644 --- a/main.c +++ b/main.c @@ -124,6 +124,9 @@ grid_render_update(struct context *c, struct buffer *buf, const struct damage *d cairo_rectangle(buf->cairo, x, y, width, height); cairo_fill(buf->cairo); + if (cell->attrs.conceal) + continue; + cairo_glyph_t *glyphs = NULL; int num_glyphs = 0;