suppress bold rendering in terminal to keep cell grid stable
Flutter falls back to synthetic bold when JetBrainsMono-Bold isn't registered, and synthetic bold drifts glyph advance widths enough to break the monospace cell grid (cursor block lands between characters, prompts wrap mid-word). Color is enough to convey emphasis in TUIs; semantic italic and underline still render. Also drop the temporary `tmux -L clide kill-server` from the install target — the rapid-iteration loop is no longer needed. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -22,6 +22,12 @@ heading, and (b) bumping `pubspec.yaml` `version:` in the same commit.
|
||||
PgUp/PgDown so Claude Code (and other TUI apps) scroll their
|
||||
history naturally.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Terminal cell grid no longer drifts on bold text — bold rendering
|
||||
is suppressed at the painter level since synthetic bold (with no
|
||||
Bold.ttf registered) shifts glyph advance widths.
|
||||
|
||||
### Changed
|
||||
|
||||
- Inline terminal emulator based on xterm.dart v4.0.0 — replaces the
|
||||
|
||||
Reference in New Issue
Block a user