mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-13 05:16:15 +00:00
font/sprite: add explicit underline cursor
Resolves #7651 - uses cursor thickness rather than underline thickness.
This commit is contained in:
@@ -3098,7 +3098,7 @@ pub fn Renderer(comptime GraphicsAPI: type) type {
|
||||
.block => .cursor_rect,
|
||||
.block_hollow => .cursor_hollow_rect,
|
||||
.bar => .cursor_bar,
|
||||
.underline => .underline,
|
||||
.underline => .cursor_underline,
|
||||
.lock => unreachable,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user