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
Starting from version v0.1.1 rio encounters an issue with rendering Text User Interfaces (TUIs) that utilize cursor movement control sequences to redraw parts of the terminal.
Steps to Reproduce
Example TUI: btop
Run btop in rio and observe the rendering issues in the terminal.
Description
Starting from version v0.1.1
rioencounters an issue with rendering Text User Interfaces (TUIs) that utilize cursor movement control sequences to redraw parts of the terminal.Steps to Reproduce
btopbtopinrioand observe the rendering issues in the terminal.Demonstration
recording.mp4
btopstdout that can reproduce the bug.Expected Behavior
The terminal should correctly render TUIs without graphical glitches when using cursor movement control sequences.
Additional Information
I plan to investigate this further when I have the time. Any insights or assistance from the community would be greatly appreciated.
Thank you for your attention. Thanks for creating rio :)