mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 23:01:30 +00:00
Editor text wrapping now uses grapheme-aware width calculation instead
of string length. Fixes crash when pasting text containing emojis like
✅ or CJK characters that are 2 terminal columns wide.
|
||
|---|---|---|
| .. | ||
| autocomplete.test.ts | ||
| chat-simple.ts | ||
| editor.test.ts | ||
| key-tester.ts | ||
| markdown.test.ts | ||
| test-themes.ts | ||
| truncated-text.test.ts | ||
| virtual-terminal.ts | ||
| wrap-ansi.test.ts | ||