Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
2  
It will almost certainly depend on what your console is. What operating system are you using, etc? – Jon Skeet Feb 27 at 14:19
I use Windows 7 – Ehsan Feb 27 at 14:20
1  
In cmd.exe you don't have to bother with VT100 control codes; they don't work. – Marko Topolnik Feb 27 at 14:22
Is there any way to return to top line? – Ehsan Feb 27 at 14:24
There seems to be some tool called ansicon but the link is broken. You are probably looking for ANSI Escape Sequences – OldCurmudgeon Feb 27 at 14:26
show 2 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.