font/sprite: add explicit underline cursor

Resolves #7651 - uses cursor thickness rather than underline thickness.
This commit is contained in:
Qwerasd
2025-06-29 16:11:55 -06:00
parent c96af1b3b1
commit 4f9d7c565a
3 changed files with 20 additions and 1 deletions

View File

@@ -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,
};