Fix grapheme width estimation

I'm pretty sure it still breaks in lots of terminal emulators, but it
works far better than what recent versions of the unicode_width crate
were doing.
This commit is contained in:
Joscha 2025-02-20 22:08:10 +01:00
parent 1618264cb7
commit 77a02116a6
2 changed files with 26 additions and 7 deletions

View file

@ -13,6 +13,9 @@ Procedure when bumping the version number:
## Unreleased
### Fixed
- Rendering glitches, mainly related to emoji
## v0.3.0 - 2024-11-06
### Added