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 / ENTERPRS / CPM / UTILS / S / SCAN22.LBR / SCAN22.HZS / SCAN22.HIS
Text File  |  1990-05-15  |  3KB  |  66 lines

  1. ; * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  2. ; *                                  *
  3. ; *                  S C A N                  *
  4. ; *                                  *
  5. ; *         A ZCPR3-Compatible Buffered Bi-directional       *
  6. ; *          Video-oriented Text File Display Utility          *
  7. ; *          For Text and Library Member Files          *
  8. ; *                                  *
  9. ; *            Copyright (c) 1988-90              *
  10. ; *                 by                  *
  11. ; *                 Terry Hazen              *
  12. ; *            21460 Bear Creek Road              *
  13. ; *             Los Gatos, CA 95030              *
  14. ; *                                  *
  15. ; *           Voice.......... (408) 354-7188          *
  16. ; *           Zee-Machine.... (408) 245-1420          *
  17. ; *           Ladera Znode... (213) 670-9465          *
  18. ; *                                  *
  19. ; * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  20. ;
  21. ;
  22. ; Revision History
  23. ; ----------------
  24. ;
  25. ; 05/18/90    Changed find string routine so entire screen isn't
  26. ;   v2.2    scrolled to mark next find when next find is still on
  27. ;        current screen.  Added mark and find place markers
  28. ;        0-9.  Added command buffer that speeds up multiple
  29. ;        command sequences by interrupting current display
  30. ;        operation if more commands are pending.  Fixed error
  31. ;        that loaded wrong environmental processor speed
  32. ;        value.    Added additional ^QQ exit command.  Many 
  33. ;        general code revisions.
  34. ;            - Terry Hazen
  35. ;
  36. ; 01/01/90    Extensively revised to fix all known bugs in v2.0.
  37. ;   v2.1    Uses added terminal capabilities defined in new
  38. ;        extended Z3TCAP, including Delete and Insert Line,
  39. ;        and terminal configuration flag byte, if they are
  40. ;        available, for faster and better display.  Added ^KR
  41. ;        command to read in files without needing to return to
  42. ;        the command line, ^KW command to write text being
  43. ;        displayed to a file.  Added patch byte for found string
  44. ;        display line.  Reduced number of text buffers to 2.
  45. ;        Buffer size now initialized at startup to use all
  46. ;        available memory up to CCP or lowest protected RSX.
  47. ;            - Terry Hazen
  48. ;
  49. ; 10/27/88    Fixed several bugs causing problems with buffer
  50. ;   v2.0A    management and string find.  Current find string now
  51. ;        remains active when running under ZCPR3 GO command.
  52. ;            - Terry Hazen
  53. ;
  54. ; 10/18/88    Completely redesigned and rewritten in Z80 code.  ZCPR3
  55. ;   v2.0    compatible when operating in ZCPR3 environment.  Gets
  56. ;        terminal control sequences from Z3TCAP and supports DIR:
  57. ;        form.  Terminal control sequences can be patched into
  58. ;        internal Z3TCAP for non-ZCPR environments.  Added string
  59. ;        find command, bottom of file command.
  60. ;            - Terry Hazen
  61. ;
  62. ; 10/11/85    Initial release.
  63. ;   v1.2        - Terry Hazen
  64. ;
  65. ;=======================================================================
  66.