fyne-io / terminal

A graphical terminal emulator for Linux using Fyne
Other
256 stars 38 forks source link

Add session example to readme for dynamic terminal resizing. #57

Closed figuerom16 closed 10 months ago

figuerom16 commented 11 months ago

This is a nice thing to know for users who want the SSH terminal to resize with the app window. The listener does a resize at app startup also which is nice.

figuerom16 commented 10 months ago

Closing this in favor of either modifying RunWithConnection to accept a function for session.WindowChange or add a new function.