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