jroimartin / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
9.92k stars 608 forks source link

Expose resize events via *Gui.SetResizeFunc #124

Open jroimartin opened 7 years ago

jroimartin commented 7 years ago

It allows to bind a function to resize events. Relates to issue #109.