mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +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
|
// We have this here so that we explicitly fail when we change the
|
||||||
// size of modes. The size of modes is NOT particularly important,
|
// size of modes. The size of modes is NOT particularly important,
|
||||||
// we just want to be mentally aware when it happens.
|
// 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