From 51295cd7a27641d0452db6465e852f66bfd67118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 15 Jun 2021 07:58:41 +0200 Subject: [PATCH] =?UTF-8?q?render:=20we=E2=80=99ve=20already=20assigned=20?= =?UTF-8?q?=E2=80=98base=E2=80=99=20a=20couple=20of=20lines=20higher=20up?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- render.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/render.c b/render.c index c764975c..6799f23a 100644 --- a/render.c +++ b/render.c @@ -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]; + } }