mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-09 19:36:45 +00:00
renderer: implement underline cursor
This commit is contained in:
@@ -1024,6 +1024,7 @@ fn addCursor(
|
||||
.block => .cursor_rect,
|
||||
.block_hollow => .cursor_hollow_rect,
|
||||
.bar => .cursor_bar,
|
||||
.underline => .underline,
|
||||
};
|
||||
|
||||
const glyph = self.font_group.renderGlyph(
|
||||
|
Reference in New Issue
Block a user