fix(tui): stabilize regional indicator width to prevent streaming render drift (#1783)

This commit is contained in:
Zhou Rui 2026-03-04 04:59:56 +08:00 committed by GitHub
parent d4084a7ad6
commit 85d06052fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 68 additions and 0 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed TUI width calculation for regional indicator symbols (e.g. partial flag sequences like `🇨` during streaming) to prevent wrap drift and stale character artifacts in differential rendering.
## [0.55.4] - 2026-03-02
## [0.55.3] - 2026-02-27