diff --git a/src/terminal/modes.zig b/src/terminal/modes.zig index cd2e1f45a..28a4d5a33 100644 --- a/src/terminal/modes.zig +++ b/src/terminal/modes.zig @@ -69,7 +69,7 @@ pub const ModeState = struct { // We have this here so that we explicitly fail when we change the // size of modes. The size of modes is NOT particularly important, // we just want to be mentally aware when it happens. - try std.testing.expectEqual(4, @sizeOf(ModePacked)); + try std.testing.expectEqual(8, @sizeOf(ModePacked)); } };