[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2.3.4.6 Text-Mode Move Cursor (@xxyy)

The Text-Mode Move Cursor command positions the (invisible) text cursor anywhere on the Mode 0 (80x25) screen. All text-mode text output will thereafter be written at the new position.

Name:
Text-Mode Move Cursor
Class:
Display Text
Code:
@
Syntax:
@xxyy
xx is a two digit integer representing the X coordinate (00-79).
yy is a two digit integer representing the Y coordinate (00-24).
System:
Moves the text cursor to location xx,yy.

Requires:
The system must be in a text mode (Mode 0).

Test Files:
`MOVE_T01.IN'
tests basic operation

Examples:

input
@1134Hello, Word!
cogsys
Writes `Hello, World!' in the middle of the screen.



This document was generated by Usman Muzaffar on June, 28 2000 using texi2html