mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-20 05:33:47 -04:00
vt: action_utf8_print: idx is cleared in action_clear()
This commit is contained in:
parent
4278af99d2
commit
d1fc419e34
1 changed files with 0 additions and 3 deletions
3
vt.c
3
vt.c
|
|
@ -542,9 +542,6 @@ action_utf8_print(struct terminal *term, uint8_t c)
|
||||||
if ((ssize_t)count < 0)
|
if ((ssize_t)count < 0)
|
||||||
wc = 0;
|
wc = 0;
|
||||||
|
|
||||||
/* Reset VT utf8 state */
|
|
||||||
term->vt.utf8.idx = 0;
|
|
||||||
|
|
||||||
#if FOOT_UNICODE_COMBINING
|
#if FOOT_UNICODE_COMBINING
|
||||||
/*
|
/*
|
||||||
* Try to combine with the previous character.
|
* Try to combine with the previous character.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue