macOS: adjust-cursor-height setting not working #10514
Replies: 3 comments
|
I am also experiencing this problem with the latest macOS and Ghostty. I have effectively only customized the font, cell size, palette colors, window styling - everything else is default. I did not set any shell related settings and I am using the default zsh provided by macOS. The width is adjusting fine. The height doesn't seem to adjust at all whether an integer or percentage is specified |
|
I'm a linux user, to be precise gnome + wayland and I've got the same issue. I was trying different settings and my cursor height doesn't change a bit. It's always at the same level no matter what. |
|
I’m experiencing the same issue. I am not familiar with this codebase, but according to Claude:
That’s found here: ghostty/src/font/sprite/Face.zig Line 208 in 54ac5fd |
Uh oh!
There was an error while loading. Please reload this page.
Issue Description
I am on macOS Tahoe 26.2, using ghostty with
fishshell andtideprompt theme, with prompt integration turned off for cursor. Cursor blinking is turned off for less visual noise and I really want to have cursor height less than cell height so that it doesnt "connect" with characters above:Here are my relevant config settings:
I've tried all kinds of values for
adjust-cursor-height, positive, negative, percentages, integers, with such setup they dont seem to affect cursor bar height whatsoever.Expected Behavior
adjust-cursor-heightsetting adjusts cursor heightActual Behavior
cursor height is not affected by
adjust-cursor-heightat allReproduction Steps
adjust-cursor-heightsetting and is always same height as the cell itselfGhostty Logs
All reactions