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

  1. .in 10
  2. .rm 70
  3. .he "          LIBVT52(3)
  4. .fo "          09/29/82
  5. NAME
  6. .br
  7. .ti +5
  8. libvt52 - terminal I/O library for VT-52
  9. .sp
  10. DESCRIPTION
  11. .br
  12. .in +5
  13. LIBVT52 provides a standard interface to cursor manipulation
  14. functions available with the Digital Equipment Corporation
  15. VT-52 video terminal or any other terminal which emulates the
  16. VT-52.
  17. .sp
  18. Some of the functions provided are listed below:
  19. .sp
  20. .in +3
  21. .br
  22. clrscrn    - home the cursor and clear the screen
  23. .br
  24. eralin    - erase a line
  25. .br
  26. homcur - home cursor
  27. .br
  28. movcur    - move cursor to adjacent position
  29. .br
  30. setcur    - set the cursor to a coordinate position
  31. .sp
  32. .ti -3
  33. Other functions which may be unique to the VT-52 are:
  34. .sp
  35. erteol - erase to end of line
  36. .br
  37. erteos - erase to end of screen
  38. .br
  39. graphics - place terminal in graphics mode
  40. .br
  41. normal    - place terminal in power up mode
  42. .sp
  43. .in -3
  44. .br
  45. The use of these functions to control cursor operations on any
  46. suitable CRT is one approach to providing more portable code.
  47. .sp
  48. .ti -5
  49. SEE ALSO
  50. .br
  51. clrscrn(3),
  52. eralin(3),
  53. homcur(3),
  54. movcur(3),
  55. setcur(3),
  56. vttt(6),
  57. deflect(6)
  58.  
  59.