co-mono/packages/tui/src
Mario Zechner e7c48e33a2 fix: emoji text wrapping crash in pi-tui
Fixed crash when rendering text containing emojis followed by long content.
The breakLongWord function was iterating over UTF-16 code units instead of
grapheme clusters, causing emojis (surrogate pairs) to be miscounted during
line wrapping. Now uses Intl.Segmenter to properly handle multi-codepoint
characters.
2025-11-26 23:55:01 +01:00
..
components Fix slash command autocomplete Enter behavior 2025-11-21 21:50:19 +01:00
autocomplete.ts Fix path completion hanging and autocomplete arrow key behavior 2025-11-21 12:47:23 +01:00
index.ts Release v0.8.0 2025-11-21 03:12:42 +01:00
terminal.ts Fix terminal rendering and add improvements 2025-11-11 00:13:46 +01:00
tui.ts Release v0.8.0 2025-11-21 03:12:42 +01:00
utils.ts fix: emoji text wrapping crash in pi-tui 2025-11-26 23:55:01 +01:00