We are writing a program that would write some strings on the command prompt. Sometimes we need to return cursor to previous line. Is there any code like \n or \b to do it? I search about it and see VT100 commands but I don't know how I can use it.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
cmd.exeyou don't have to bother with VT100 control codes; they don't work. – Marko Topolnik Feb 27 at 14:22ANSI Escape Sequences– OldCurmudgeon Feb 27 at 14:26