mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-05-31 23:25:20 +00:00
Fixes #4801 Our size calculation before improperly used a screens frame instead of its visibleFrame. Additionally, we didn't properly account for origin needing to move in order to fit the window on the screen. Apparently, setting a frame height to high crashes AppKit. The width gets clamped by AppKit but the height does not. Fun!