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:
parent
1618264cb7
commit
77a02116a6
2 changed files with 26 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue