-
-
Notifications
You must be signed in to change notification settings - Fork 343
Closed
Labels
Description
Downstream issue: makew0rld/amfora#183
From some quick browsing of the tcell repo, it appears like clearing the screen on Windows is just done by writing some spaces? Unfortunately this is causing issues as the link describes, where a user can just scroll up and see the old screen.
The user suggests using an ANSI code, I'm not sure how portable that is on Windows. But it would seemingly solve this issue.
It's possible this is actually an issue with cview and not tcell. If you have any insight that would be appreciated.