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

Cursor always appears at end of line #147

Open gflarity opened 6 years ago

gflarity commented 6 years ago

Hi,

Thanks for writing this. I've running into a issue that regardless of g.Cursor being false, I always see a cursor at the end of the last line printed. Even the little hacks I've tried don't work. I suspected it might be the terminal, but I tried both iTerm and Terminal and both have this issue. Any ideas?