renderer/metal: re-enable the cursor, it works

This commit is contained in:
Mitchell Hashimoto
2024-03-09 20:21:42 -08:00
parent ba4f2eeee2
commit ff0e07a907

View File

@ -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|