Make adjust-cursor-thickness apply to cursor-style = underline too
#3194
|
Coming from this answer, it appears this option already applies to the thickness of the cursor when the style is set to Here's how it looks between iTerm (left) and Ghostty (right) at the moment:
Would it be possible to extend this setting to work with |
Replies: 4 comments 2 replies
|
to adjust underline cursor thickness you can use although, it would also impact other underlined text |
|
This is important in vim operator pending mode, it's surprised there is not a dedicated option for it. |
|
|
|
Yeah, currently we don't have a dedicated function for drawing the underline cursor, we use the same code as draws the actual underline. Separating it out should be easy enough. |

Created issue #7651 for this.