mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
terminal: our mode size changed
This commit is contained in:
@ -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));
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user