Fix wide Unicode cell rendering#75
Conversation
Co-authored-by: Nathan Brake <33383515+njbrake@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| if (col === cursorCol) { | ||
| appendStyledSpan("term-cursor", "", " "); | ||
| } |
|
👋 Stacked this on top of #81 locally + ran it against Claude Code's TUI in our identity-shell drawer on a production-ish staging deploy. The wide-char displacement that was producing visible artifacts in Claude's animated indicators ( Specifically the bug pattern that goes away:
Heads-up on a pre-existing failure I hit running Happy to ship the stacked-on-main rebase as a PR if it'd help unstick this one. Strong demand for it from a real-world Claude Code workload. |
Fixes #54