v0.1.28
Fix
- Multiline paste no longer crashes the TUI. The input cursor is now clamped to a valid UTF-8 boundary before every edit, and CRLF/CR pastes are normalized to LF. Pasting multiline text with emoji/wide characters is safe.
- Added a regression test for CRLF + emoji multiline paste.