From d1fc419e34b125dc99a6f5e5e1818fb1e8e72096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Mon, 27 Apr 2020 15:49:07 +0200 Subject: [PATCH] vt: action_utf8_print: idx is cleared in action_clear() --- vt.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/vt.c b/vt.c index 54a9a415..3dcb2f57 100644 --- a/vt.c +++ b/vt.c @@ -542,9 +542,6 @@ action_utf8_print(struct terminal *term, uint8_t c) if ((ssize_t)count < 0) wc = 0; - /* Reset VT utf8 state */ - term->vt.utf8.idx = 0; - #if FOOT_UNICODE_COMBINING /* * Try to combine with the previous character.