mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-14 13:56:08 +00:00
code review
- Add test with invalid value. - Fix inspector compilation.
This commit is contained in:
@@ -265,7 +265,7 @@ pub const VTEvent = struct {
|
||||
),
|
||||
|
||||
else => switch (Value) {
|
||||
u8 => try md.put(
|
||||
u8, u16 => try md.put(
|
||||
key,
|
||||
try std.fmt.allocPrintZ(alloc, "{}", .{value}),
|
||||
),
|
||||
|
Reference in New Issue
Block a user