Terminal control/Cursor positioning: Difference between revisions

Content deleted Content added
Line 60: Line 60:
# This is the end of the script</lang>
# This is the end of the script</lang>


=={{header|C}}==
=={{header|C/C++}}==
Using ANSI escape sequence, where ESC[y;xH moves curser to row y, col x:<lang c>#include <stdio.h>
Using ANSI escape sequence, where ESC[y;xH moves curser to row y, col x:<lang c>#include <stdio.h>
int main()
int main()