I am building an app that uses ratatui with crossterm.
I am using a macbook with OSX, and use colima to use docker functionality to use the app on linux.
The ratatui (with crossterm as terminal backend) app works fine when I am using the app on the docker linux container, but when I start the ‘screen’ terminal multiplexer, starting the app doesn’t clear the screen and prints the ratatui output over the existing terminal output.
When I stop the application the screen is also not restored.