Merge pull request #1543 from rockorager/osc4-done

terminfo: remove completed todo
This commit is contained in:
Mitchell Hashimoto
2024-02-21 18:35:56 -08:00
committed by GitHub

View File

@ -40,8 +40,7 @@ pub const ghostty: Source = .{
.{ .name = "bce", .value = .{ .boolean = {} } }, .{ .name = "bce", .value = .{ .boolean = {} } },
// terminal can change color definitions, i.e. we can change the color // terminal can change color definitions, i.e. we can change the color
// palette. TODO: this may require implementing CSI 4 which we don't // palette.
// at the time of writing this comment.
.{ .name = "ccc", .value = .{ .boolean = {} } }, .{ .name = "ccc", .value = .{ .boolean = {} } },
// supports changing the window title. // supports changing the window title.