mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 01:06:08 +03:00
fix: remove unnecessary jsonStringify method
This commit is contained in:
@ -6133,14 +6133,6 @@ pub const SSHIntegration = enum {
|
|||||||
@"term-only",
|
@"term-only",
|
||||||
basic,
|
basic,
|
||||||
full,
|
full,
|
||||||
|
|
||||||
pub fn jsonStringify(
|
|
||||||
self: SSHIntegration,
|
|
||||||
options: std.json.StringifyOptions,
|
|
||||||
writer: anytype,
|
|
||||||
) !void {
|
|
||||||
try std.json.stringify(@tagName(self), options, writer);
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/// OSC 4, 10, 11, and 12 default color reporting format.
|
/// OSC 4, 10, 11, and 12 default color reporting format.
|
||||||
|
Reference in New Issue
Block a user