home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / PASCAL / MOUSEBUG / MOUSEON.DOC next >
Text File  |  1980-01-01  |  1KB  |  28 lines

  1. mouson.doc
  2.  
  3.         After I bought Turbo Pascal 6.0 and installed it I found a
  4. little bug which i found extremely irritating. When you went from the
  5. IDE to the userscreen and back Turbo somehow forgets to geve back the
  6. mousecursor, the mouse still works but you can't see where it is.
  7.  
  8.         After some playing around I decided to write a little TSR that
  9. could give me back my mousecursor when i returned to the IDE. The
  10. program included is extremely simple and only needs to be run once until
  11. you reboot. It works using the $1C interrupt which occurs 18.2 times a
  12. second. It then checks the keyboard status and when both control and alt
  13. are pressed does a intr($33,regs) with regs.ax = 1. This is the
  14. mousedriver routine for turning on the cursor.
  15.  
  16.         This solution isn't perfect but it works and takes little
  17. memory.
  18.  
  19. If anyone has a better idea or program or even a patch please let me
  20. know by either leaing me a message or contacting me at my address.
  21.  
  22. I hope you'll enjoy this little program.
  23.  
  24. Ronald F Lens
  25. st Olofstraat 2
  26. 2613 EL Delft
  27. 015-136318
  28.