Replies: 2 comments
-
I'd start by looking at the docs for |
Beta Was this translation helpful? Give feedback.
0 replies
-
Adding an empty |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to make a loading animation for my project where the stars in the background would blink and the quote text would stay static. However for whatever reason the text is also blinking. I am aware that I'm using experimental features (alternate screen), but I'd still want to know if this is expected, and if it is, possible solutions to it that is easy to implement.
Even if you merely update
art
with the same state each time, it would still blink. The only time when it doesn't blink is when you don't print the art text at all and only print the quote text. I have attached a video representation of the issue as well as the possibly reproducible source code.2025-03-16_22-11-02.mp4
art.txt
:Beta Was this translation helpful? Give feedback.
All reactions