This probably something very simple, but Google doesn't seem to have the answer.
Is there a simple command for a console program to stop the blinking cursor?
Before my program runs it has a percentage of loading, but when it updates the cursor gets messed up and it is really annoying. I know its possible, lots of programs have it.
What command turns the blinking underscore on and off?
You can hide the cursor by calling
SetConsoleCursorInfo
. .