mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
renderer/metal: re-enable the cursor, it works
This commit is contained in:
@ -1738,8 +1738,7 @@ fn rebuildCells(
|
||||
break :cursor_style;
|
||||
}
|
||||
|
||||
_ = cursor_style;
|
||||
//_ = self.addCursor(screen, cursor_style);
|
||||
_ = self.addCursor(screen, cursor_style);
|
||||
if (cursor_cell) |*cell| {
|
||||
if (cell.mode == .fg) {
|
||||
cell.color = if (self.config.cursor_text) |txt|
|
||||
|
Reference in New Issue
Block a user