I know how to set the cursor position of the console, but upon creating a new line, the cursor moves back to the left side of the console.
How do I set the cursor position and write multiple lines while retaining the cursor’s x coordinate?
Note: It is note an option for me to set the cursor position for every line, as my block of text changes size often.
1 Answer