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(cli): eliminate TUI flash on key navigation for Latin-script content
The full terminal.clear() fix for complex-script glyph artifacts caused a
visible screen flash on every j/k navigation. Now only clear when the old
or new key actually contains complex-script characters (Arabic, Devanagari,
Bengali, Tamil, Thai, and related Indic/SE Asian scripts). Latin-only keys
navigate without any flash; complex-script keys still get the full repaint
needed to eliminate ratatui diff-renderer ghost cells.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments