mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04:00
render: we’ve already assigned ‘base’ a couple of lines higher up
This commit is contained in:
parent
57e636dd8e
commit
51295cd7a2
1 changed files with 1 additions and 2 deletions
3
render.c
3
render.c
|
|
@ -574,8 +574,7 @@ render_cell(struct terminal *term, pixman_image_t *pix,
|
||||||
glyphs = grapheme->glyphs;
|
glyphs = grapheme->glyphs;
|
||||||
glyph_count = grapheme->count;
|
glyph_count = grapheme->count;
|
||||||
cell_cols = grapheme->cols;
|
cell_cols = grapheme->cols;
|
||||||
} else
|
}
|
||||||
base = composed->chars[0];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue