render: we’ve already assigned ‘base’ a couple of lines higher up

This commit is contained in:
Daniel Eklöf 2021-06-15 07:58:41 +02:00
parent 57e636dd8e
commit 51295cd7a2
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -574,8 +574,7 @@ render_cell(struct terminal *term, pixman_image_t *pix,
glyphs = grapheme->glyphs;
glyph_count = grapheme->count;
cell_cols = grapheme->cols;
} else
base = composed->chars[0];
}
}