Default cursor thickness is too thin on Retina displays #8441
Unanswered
injust
asked this question in
Issue Triage
Replies: 2 comments
0 replies
|
I don't use iTerm and haven't investigated if they do this, but this related idea seems like a reasonable approach:
|
0 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
On a Retina display, the
barorblock_hollowcursors seem too thin at the default cursor thickness (0.5pt = 1px).This is a good workaround:
adjust-cursor-thickness = 1However, on a non-Retina external display, the cursor already looks fine without
adjust-cursor-thickness, and the above config makes the cursor too thick.Originally posted by @injust in #2363 (comment)
Expected Behavior
Default to a good-looking cursor thickness on both Retina and non-Retina displays.
1pt on both (so 2px on Retina and 1px on non-Retina) seems to look the best on my 2019 13" Intel MBP.
Actual Behavior
On my MBP built-in Retina display, depending on where the cursor is relative to the screen, some edges of the block appear to be grey or dim white. This happens at any font size.
I use the More Space (1680x1050) resolution instead of Default (1440x900), which seems to cause the issue to occur more frequently.
Reproduction Steps
Ghostty Logs
No response
Ghostty Version
OS Version Information
macOS Sequoia 15.6.1
Minimal Ghostty Configuration
Additional Relevant Configuration
No response
I acknowledge that:
```) on separate lines.All reactions