home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 344_01 / crt.doc < prev    next >
Text File  |  1989-10-29  |  1KB  |  31 lines

  1.  
  2. /*
  3.  *      HEADER:         ;
  4.  *      TITLE:          DOCUMENT for memrite.obj and litebar.obj;
  5.  *      DATE:           10/29/1989;
  6.  *      VERSION:        1.0;
  7.  *      FILENAME:       CRT.DOC;
  8.  *      SEE-ALSO:       CRT.H, LITEBAR.ASM, MEMRITE.ASM;
  9.  *      AUTHORS:        Michael Kelly;
  10.  */
  11.  
  12. NOTES:
  13.  
  14. These two functions are low level primitives for quick screen output in
  15. text modes on IBM PCs and compatibles.  They both detect the screen mode
  16. and video hardware in use on every call.  They are small and fast and
  17. written so that the obj. modules can be linked to memory models small
  18. through huge.
  19.  
  20. Memrite outputs strings with color attribute to the screen vertically or
  21. horizontally.  Litebar outputs only color attributes in either direction.
  22. These are handy for simple menus and help screens when you don't want the
  23. overhead of a screen driver library in your program.
  24.  
  25. I would appreciate feedback on any bugs such as snow on Cga screens.
  26. I used the recommended techniques for snow avoidance but I don't have a
  27. Cga to test the program on.  These were debugged on an STB Ega card and
  28. PACKARD BELL Ega monitor combination.
  29.  
  30.                         Michael Kelly
  31.