Maybe it’s impossible to use asciinema to record a program that uses the Python Curses library, I suspect it is simply incompatible. Has anyone else tried this? I didn’t find any other topics about using Curses here.
What terminal display libraries are compatible with asciinema?
The app runs smoothly with just curses. The “blank” isn’t noticeable normally, I thought it wouldn’t turn out like that because I assumed Asciinema would record the terminal as it is without applying any effects. I ended up just outputting each frame a different way which was easier.