Mitchell Hashimoto 27e42855ca macos: use GeometryReader for terminal size for macOS 12
We were using the NSView resize func before but this isn't called by
SwiftUI on macOS 12. Instead we wrap it in a GeometryReader and detect
the size change in updateNSView so we can call the proper ghostty
callback.
2023-02-22 20:49:33 -08:00
..
2023-02-19 10:44:54 -08:00
2023-02-19 10:44:53 -08:00
2023-02-19 10:44:56 -08:00