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 / CPM / TURBOM2 / M2TRMFIX.LBR / M2TRMFIX.DZC / M2TRMFIX.DOC
Text File  |  2000-06-30  |  2KB  |  70 lines

  1. 25 April 1988
  2.  
  3.                         ANSI mode Terminal Fix
  4.  
  5.                           for Turbo Modula-2
  6.  
  7.                                 for
  8.  
  9.               !!!! 64180 v. 1.0 and Z80 v. 1.0 only !!!!
  10.  
  11.  
  12.                                 by
  13.  
  14.                          William Greathouse
  15.  
  16.  
  17.  
  18. FEATURES:
  19.   
  20.   Gives full ANSI terminal support to Turbo Modula-2, without sacrificing
  21. support of other terminals.  Use ANSI mode terminals with the Editor and
  22. all utilities, without getting garbaged screens.  Gives ANSI mode support
  23. to your linked COM programs.  100% compatible.
  24.  
  25.  
  26. BUGS:
  27.  
  28.   None known.
  29.  
  30.  
  31. INSTALLATION OF PATCH FILES:
  32.  
  33.   Make a backup copy of M2.COM and Store it in a safe place...
  34.  
  35.   Use the M2 liBrarian to copy TERMINAL.MCD from SYSLIB to the drive.
  36.  
  37.   Make a backup copy of TERMINAL.MCD...
  38.  
  39.  
  40.   Use MLOAD to patch M2.COM and TERMINAL.MCD
  41.   
  42.   i.e.
  43.     For   Z80 v1.0   --> MLOAD M2NEW.COM=M2.COM,M2ANSIZ8
  44.                                                       ^
  45.                                                       |
  46.                                                       v
  47.     For 64180 v1.0   --> MLOAD M2NEW.COM=M2.COM,M2ANSI18
  48.  
  49.     For Terminal.MCD --> MLOAD TERMINAL.MCD=TERMINAL.MCD,TERMANSI
  50.  
  51.  
  52.   Test M2NEW.COM...  Editor is the best test... 
  53.  
  54.   Rename M2NEW.COM to M2.COM
  55.  
  56.   Use the liBrarian to replace TERMINAL.MCD in SYSLIB with the new version.
  57.  
  58.  
  59. That's all...
  60.  
  61.  
  62.                                      William Greathouse
  63.                                      Systems Technologies, Inc.
  64.                                      P.O. Box 895
  65.                                      Suite 104, J.F. Allen Building
  66.                                      100 Davisson Run Road
  67.                                      Clarksburg, WV  26301
  68.  
  69.                                      304-623-2843
  70.