Terminal control/Cursor positioning: Difference between revisions

m
m (+Fortran on Windows)
Line 68:
# This is the end of the script</lang>
 
=={{header|C}}/{{header|C++}}==
Using ANSI escape sequence, where ESC[y;xH moves curser to row y, col x:<lang c>#include <stdio.h>
int main()
Anonymous user