Terminal control/Cursor movement: Difference between revisions

Line 59:
 
char *strings[] = {"The cursor will move one position to the left",
"The cursor will move one position to the right",
"The cursor will move vetically up one line",
"The cursor will move vertically down one line",
"The cursor will move to the beginning of the line",
"The cursor will move to the end of the line",
"The cursor will move to the top left corner of the screen",
"The cursor will move to the bottom right corner of the screen"};
int main()
Line 139:
}
</lang>
 
=={{header|C sharp|C#}}==
{{works with|Mono|1.2}}
503

edits