home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / screen / curs_on.off < prev    next >
Internet Message Format  |  1994-03-07  |  969b

  1. Date: Sunday, 8 June 1986  00:24-MDT
  2. From: brad%looking.UUCP at seismo.CSS.GOV (Brad Templeton)
  3. Re:   Turbo Cursor Off/On
  4.  
  5. IBM-PCs have an official way to deal with screen functions.  (This has
  6. *nothing* to do with MS-DOS, by the way).  These routines aren't
  7. perfect, but there is little excuse for not using them unless you want
  8. something that they can't do.
  9.  
  10. Turbo Pascal & compatible systems have a built-in routine called
  11. "intr" that makes interfacing to these routines easy. Most C compilers
  12. have a similar routine.
  13.  
  14. INT 10, function 15 (ah register) gets you the screen mode.  7 is
  15. monochrome adapter, anything less is colour adapter or compatible,
  16. more is EGA or other card. Function 8 is cursor addressing.  Put -1 in
  17. dx and the cursor goes away.
  18.  
  19. (I will admit that the above -1 is not documented, but it's still
  20. better than poking around in the BIOS ram!)
  21. -- 
  22. Brad Templeton, Looking Glass Software Ltd. - Waterloo, Ontario 519/884-7473
  23.