You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix emoji and CJK cursor display width in component rendering
Add cursor_display_position() to InputFieldState and TextAreaState that
returns terminal column width using unicode-width, accounting for wide
characters (emoji, CJK) that occupy 2 terminal columns. Update all 6
rendering sites to use display width instead of character count.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments