Is there a way to minimize the flashiness of upating the console screen?

When you have something colored printed to the console that prints again, quickly especially, the flashiness of the update tends to be an eyestrain. Is there a way to get around this? Like, printing things slower somehow. Or, can someone tell me what this has to do with?
Yes, don't clear the screen before update.
The other option is to use multiple buffers (aka "double buffering").

Hope this helps.
Or use an actual graphics library to put up smooth graphics at the speed the screen refreshes.
Last edited on
Topic archived. No new replies allowed.