You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is likely on the Bubbles v2 side of things but when the split-editors example initializes the first lines in textarea are duplicated. This goes away on keypress.
The text was updated successfully, but these errors were encountered:
This issue occurs in v2.0.0-alpha.1 and originated from commit v2.0.0-alpha.1~24.
Before this commit, when Program was initialized with WithAltScreen(), Program.Run() would call p.render.SetMode(), which cleared the screen with ansi.EraseEntireDisplay and ansi.MoveCursorOrigin.
I believe this issue has been fixed in d727a8c on the v2-* branches.
This is likely on the Bubbles v2 side of things but when the
split-editors
example initializes the first lines intextarea
are duplicated. This goes away on keypress.The text was updated successfully, but these errors were encountered: