Skip to content

fix(ui): use bullet glyph for better Windows terminal compatibility#2720

Merged
tusharmath merged 1 commit intomainfrom
fix-windows-log-glyph
Mar 27, 2026
Merged

fix(ui): use bullet glyph for better Windows terminal compatibility#2720
tusharmath merged 1 commit intomainfrom
fix-windows-log-glyph

Conversation

@tusharmath
Copy link
Copy Markdown
Collaborator

@tusharmath tusharmath commented Mar 27, 2026

Summary

Replace the glyph with for title icons to improve rendering on Windows terminals.

Context

The (U+23FA, Black Circle for Record) glyph is part of the Miscellaneous Technical Unicode block and renders inconsistently — particularly on Windows terminals where it often appears as a hollow or oversized circle, or falls back to a box character. The (U+25CF, Black Circle) glyph is in the General Punctuation block, has much broader font support, and renders as a clean, solid dot across all platforms including Windows.

Changes

  • Replaced with in all colored icon variants (Action, Info, Debug, Error, Completion) in TitleDisplay
  • Replaced with in the plain-text format path used for non-color output

Testing

Run the application and observe the title display icons render correctly as solid dots across terminals, including Windows.

cargo run -- "hello"

@tusharmath tusharmath changed the title fix(ui): change title glyph to round dot fix(ui): use bullet glyph for better Windows terminal compatibility Mar 27, 2026
@tusharmath tusharmath merged commit d02477e into main Mar 27, 2026
14 checks passed
@tusharmath tusharmath deleted the fix-windows-log-glyph branch March 27, 2026 14:44
@amitksingh1490 amitksingh1490 added the type: fix Iterations on existing features or infrastructure. label Mar 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: fix Iterations on existing features or infrastructure.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants