mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 01:06:08 +03:00
terminal: remove unnecessary todo
This commit is contained in:
@ -1903,8 +1903,6 @@ pub fn decaln(self: *Terminal) !void {
|
|||||||
self.screen.cursor.style = .{
|
self.screen.cursor.style = .{
|
||||||
.bg_color = self.screen.cursor.style.bg_color,
|
.bg_color = self.screen.cursor.style.bg_color,
|
||||||
.fg_color = self.screen.cursor.style.fg_color,
|
.fg_color = self.screen.cursor.style.fg_color,
|
||||||
// TODO: protected attribute
|
|
||||||
// .protected = self.screen.cursor.pen.attrs.protected,
|
|
||||||
};
|
};
|
||||||
errdefer self.screen.cursor.style = old_style;
|
errdefer self.screen.cursor.style = old_style;
|
||||||
try self.screen.manualStyleUpdate();
|
try self.screen.manualStyleUpdate();
|
||||||
|
Reference in New Issue
Block a user