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

Fix pasting long lines: flush after each consumed event #188

Closed hassansin closed 5 years ago

hassansin commented 5 years ago

Needed to flush after each consumed event. Flushing would redraw the screen which in turn fixes cursor coordinates. Fixes #187