mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
terminal: can't assert page integrity on screen
This commit is contained in:
@ -268,9 +268,6 @@ pub fn assertIntegrity(self: *const Screen) void {
|
||||
) orelse unreachable;
|
||||
assert(self.cursor.x == pt.active.x);
|
||||
assert(self.cursor.y == pt.active.y);
|
||||
|
||||
// Assert our current page.
|
||||
self.cursor.page_pin.page.data.assertIntegrity();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user