home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / DEMON / AMSTRAD / QTEXT-PM.ARC / QTEXT-PM.DOC < prev   
Text File  |  1994-04-28  |  889b  |  28 lines

  1. This is a patch to Bevan Arps' QTEXT 2.1 program which almost
  2. cures the character loss in ZMP when scrolling the screen.
  3.  
  4. Method: Patch SCR_HW_ROLL to remove the frame flyback wait.
  5.  
  6. Characters are still lost at 2400 baud if there are more than two
  7. line scrolls together one after the other. I'm not sure whether
  8. this is a ZMP 1.5 problem...
  9.  
  10. To get the benefit of this you must turn off your CP/M Plus
  11. status line by printing the sequence ESC 0. The simplest way of
  12. doing this is to type CTRL-[ 0 then ENTER at the CP/M prompt.
  13. On screen this looks like:
  14.  
  15. A>^[0
  16. ?
  17. A>
  18.  
  19. This patch is unlikely to work on CPC464s and CPC664s.
  20.  
  21. The main part of this is copyright Bevan Arps, but is freely
  22. distributable, the extra bit I wrote is public domain.
  23.  
  24. Paul Martin   11 Dec 1991
  25. Fidonet: 2:250/107.3
  26. Internet: pm@nowster.demon.co.uk
  27.  (updated internet address 28 Apr 1994)
  28.