Skip to content

Commit

Permalink
terminal: remove unnecessary todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Mar 20, 2024
1 parent d930b90 commit c0ca063
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/terminal/Terminal.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1903,8 +1903,6 @@ pub fn decaln(self: *Terminal) !void {
self.screen.cursor.style = .{
.bg_color = self.screen.cursor.style.bg_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;
try self.screen.manualStyleUpdate();
Expand Down

0 comments on commit c0ca063

Please sign in to comment.