home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 125_01 / movcur.nro < prev    next >
Text File  |  1985-03-10  |  768b  |  36 lines

  1. .in 10
  2. .rm 70
  3. .he "          MOVCUR(3)
  4. .fo "          09/29/82
  5. NAME
  6. .br
  7. .ti +5
  8. movcur - move the cursor to an adjacent position
  9. .sp
  10. SYNOPSIS
  11. .br
  12. .ti +5
  13. #include "crt.h"
  14. .sp
  15. .ti +5
  16. movcur(dir)
  17. .br
  18. .ti +5
  19. int dir;
  20. .sp
  21. DESCRIPTION
  22. .br
  23. .in +5
  24. MOVCUR generates the appropriate code sequence to cause the
  25. cursor to be moved to any one of eight adjacent character cells.
  26. DIR describes the direction of the desired movement in terms of
  27. compass points; N, S, E, W, NE, SE, SW, and NW.
  28. These definitions are found in the file crt.h.
  29. Movement in some directions may cause the contents of the display to
  30. be altered.
  31. .sp
  32. .ti -5
  33. SEE ALSO
  34. .br
  35. libvt52(3),
  36. libo1(3)