home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / editors / qfix101.arj / POSTER next >
Encoding:
Text File  |  1991-08-06  |  1.4 KB  |  39 lines

  1. >>>file/ibm_pc_b 1718 ibmbin-request@crdgw1.crd.ge.com(19054)5Aug91 05:06
  2. TITLE: v13i184: qfix101, preserve screen modes from Qedit (part 01/01)
  3.  
  4. +Message-ID   : <4647@sixhub.UUCP>
  5. +From         : ibmbin-request@crdgw1.crd.ge.com
  6.  
  7. Checksum: 2904420142  (Verify with "brik -cv")
  8. Posting-number: Volume 13, Issue 184
  9. Submitted-by: shaunc@gold.gvg.tek.com (Shaun)
  10. Archive-name: qfix101/part01
  11.  
  12.  
  13. Review by shaunc@gold.gvg.tek.com (Shaun)
  14.  
  15. Below you can find Qfix ver 1.01, my answer to QEdit's annoying habit
  16. of not restoring the text screen upon exit if it is not registered.
  17.  
  18. In addition, it will work with any other non-TSR program that you
  19. would like to have restore the screen when it is finished.  It
  20. has the following neat features:
  21.  
  22.  - works with CGA/EGA/VGA/SVGA cards (not MDA or herculces, though)
  23.  - works with any video mode from 40x25 to 132x60
  24.  - Turbo C source included
  25.  - uses no system memory while main application is active
  26.  
  27. The program works by capturing the screen, saving it to a disk
  28. file (preferably a ramdisk,) executing the program, and restoring
  29. the screen from disk.
  30.  
  31. Future versions should support Hercules, MDA, and should save the
  32. screen to XMS or EMS memory.
  33.  
  34. I wrote this, and put it in the public domain.  I sincerely hope that
  35. screen saver authors will start supporting 132 x ( > 25) video modes,
  36. and can get some examples from my code.
  37.  
  38.  
  39.