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

Pasting text longer than view size adds space characters #187

Open hassansin opened 5 years ago

hassansin commented 5 years ago

Hi, any idea why pasting text longer than view size adds extra space character? Here's a reproducible code: https://play.golang.org/p/m8yOQQZTRJr

See the output when I pasted aaaaaaaaaaaaaaaaaaaaaaaa image

naughtyfox commented 3 years ago

I got the same issue. Is this library supported still?