mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-17 18:50:11 +00:00
OSC: remove unused code
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user