View Single Post
Old Dec 14th, 2005, 11:35 AM   #31
Cerulean
Professional Programmer
 
Cerulean's Avatar
 
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4 Cerulean is on a distinguished road
\r does take you to the start, but previous characters you've written will still be on the line if the new string doesn't write over them. Thought this would be a problem but i've realised i'm padding the string that's going to be written to the terminal with spaces anyways, so yes, writing \r would be better indeed. Thanks
Cerulean is offline   Reply With Quote