diff --git a/render.c b/render.c index d46cb90b..5bb1023e 100644 --- a/render.c +++ b/render.c @@ -570,10 +570,11 @@ render_cell(struct terminal *term, pixman_image_t *pix, } if (grapheme != NULL) { + cell_cols = composed->width; + composed = NULL; glyphs = grapheme->glyphs; glyph_count = grapheme->count; - cell_cols = grapheme->cols; } }