Name: Anonymous 2007-10-16 9:23
I want to write several lines to the console, but after each line, I want to clear the screen and then write the next line. From what I gather I can use the "\x08" character (backspace) to achieve this. How do I cleared screen?