mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-05-16 12:44:39 +00:00
The native window drag region is driven ultimately by the window's `contentLayoutRect`, so we can just override it in `TerminalWindow` to return a rect the size of the full window, disabling the gesture without causing any side effects by altering the responder chain.