term: reset the grapheme clustering state on cursor movements

This commit is contained in:
Daniel Eklöf 2025-03-04 07:50:03 +01:00
parent 882f4b2468
commit 9e6d334bd8
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 8 additions and 0 deletions

View file

@ -120,6 +120,7 @@
* `--server=<FD>` not working on FreeBSD ([#1956][1956]).
* Crash when resetting the terminal and an application had previously
set a custom app ID ([#1963][1963])
* Grapheme clustering state not reset on cursor movements.
[1918]: https://codeberg.org/dnkl/foot/issues/1918
[1929]: https://codeberg.org/dnkl/foot/issues/1929