macos with default settings, U+2665 (♥) uses JetBrainsMono Nerd Font instead of Menlo - inconsistent width as a result #7204
Unanswered
ldemailly
asked this question in
Issue Triage
Replies: 2 comments 11 replies
-
|
For now I added in fortio/terminal#112 the rather ugly Heart = "♥"
if os.Getenv("TERM") == "xterm-ghostty" {
Heart = "❤"
}but I don't even know if that's also needed on Linux or the issue is MacOS only (if anyone on Linux could please confirm? tia) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment





Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
In every other terminal "♠♥♦♣" have the same rendering and width (single width) except with ghostty where the heart is special/uses a different font and is double width and hollow instead of what it's supposed to be (single width and filled)
Reproduction Steps
the 'normal' heart shows up double spaced and hollow and the double one doesn't show up double nor red (but that's not the issue I have trying to get the cards type to show all the same across terminals)
Ghostty Version
OS Version Information
Macos 15.4.1 (24E263)
(Linux only) Display Server
None
(Linux only) Desktop Environment/Window Manager
No response
Ghostty Configuration
Additional Relevant Configuration
No response
I acknowledge that:
Beta Was this translation helpful? Give feedback.
All reactions