fyne-io / terminal

A graphical terminal emulator for Linux using Fyne
Other
247 stars 37 forks source link

Fix/min size #77

Open mgazza opened 4 months ago

mgazza commented 4 months ago

When resizing below 80*24 rows/cols the rendering breaks with duplicate lines, lost content etc. This change prevents this by fixing the size to a minimum while allowing the previous behaviour.