home *** CD-ROM | disk | FTP | other *** search
- .in 10
- .rm 70
- .he " MOVCUR(3)
- .fo " 09/29/82
- NAME
- .br
- .ti +5
- movcur - move the cursor to an adjacent position
- .sp
- SYNOPSIS
- .br
- .ti +5
- #include "crt.h"
- .sp
- .ti +5
- movcur(dir)
- .br
- .ti +5
- int dir;
- .sp
- DESCRIPTION
- .br
- .in +5
- MOVCUR generates the appropriate code sequence to cause the
- cursor to be moved to any one of eight adjacent character cells.
- DIR describes the direction of the desired movement in terms of
- compass points; N, S, E, W, NE, SE, SW, and NW.
- These definitions are found in the file crt.h.
- Movement in some directions may cause the contents of the display to
- be altered.
- .sp
- .ti -5
- SEE ALSO
- .br
- libvt52(3),
- libo1(3)