awesome-gocui / gocui

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

Fix bugs in _examples/ #107

Closed coloursofnoise closed 2 years ago

coloursofnoise commented 2 years ago
dankox commented 2 years ago

If you could try and incorporate changes from #109 and see if that works for this, that would be good. It should target the table.go case where SetWritePos didn't work as expected.

coloursofnoise commented 2 years ago

Branch has been rebased onto master to incorporate changes from #109