migueldeicaza / SwiftTermApp

MIT License
309 stars 29 forks source link

Resizing the app does not resize terminal sessions, and neither does closing the sidebar #181

Closed kode54 closed 2 years ago

kode54 commented 2 years ago

Not sure if this is applicable to rotation on iPads, or resizing the view in split views, as I haven't tested there yet. It does affect resizable windows on macOS on Apple Silicon, however. Resizing the window does not change the size of the underlying terminal session, so it remains fixed to the width it was created at. This includes if closing the sidebar, the terminal just slides over but doesn't get wider to fill the window.

migueldeicaza commented 2 years ago

I think I am going to use a different build for Mac computers, as the iOS emulation on M1 turns out has a bunch of other bugs I can't fix (like accelerators not working, crashes with some key combinations inside Apple's frameworks)