OSC: remove unused code

pull/7429/head
Jeffrey C. Ollie 2025-05-24 08:17:31 -05:00
parent 479fa9f809
commit bd4d1950ce
No known key found for this signature in database
GPG Key ID: 6F86035A6D97044E
1 changed files with 0 additions and 9 deletions

View File

@ -202,15 +202,6 @@ pub const Command = union(enum) {
foreground,
background,
cursor,
pub fn code(self: ColorKind) []const u8 {
return switch (self) {
.palette => "4",
.foreground => "10",
.background => "11",
.cursor => "12",
};
}
};
pub const ProgressState = enum {