home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mskermit / msiwpu.txt < prev    next >
Text File  |  2020-01-01  |  2KB  |  40 lines

  1. From KERMIT.BWR (Sept 1993):
  2.  
  3. = INCOMPATIBILITIES BETWEEN MS-DOS KERMIT 3.13 AND EARLIER VERSIONS:
  4.  
  5.  1. The TERMINALR/S macro capability is replaced by host-initiated change
  6.     of screen writing direction (details in KERMIT.UPD).  As a consequence
  7.     of this, host-based WordPerfect won't be able to load your key settings
  8.     (see next section).  Any other host software that sent the TERMINALR/S
  9.     sequences will also need to be converted in similar fashion.  See the
  10.     APC section in KERMIT.UPD (MSKERM.UPD) for further details.
  11.  
  12.  
  13. To make host-based UNIX WordPerfect work with MS-DOS Kermit 3.13, follow these
  14. directions (courtesy of Chris Thompson at Vanderbilt University; presumably
  15. similar steps can be followed for the VMS version):
  16.  
  17. . Go into the directory where the terminal definitions are stored (in my case
  18.   of WP 5.1 for AIX, it was /usr/wp51/shlib), and execute "wpterm" (it usually
  19.   requires you to be super-user).
  20.  
  21. . A screen containing all the terminal definitions will appear.  Highlight the
  22.   current Kermit terminal definition and hit Create.
  23.  
  24. . It will ask "Model new definition after Kermit?"  Answer yes.
  25.  
  26. . It will then ask for a new name for your new terminal definition.  Call it
  27.   something like KERMIT313.
  28.    
  29. . At the bottom of the screen, several options will appear.  Choose the option
  30.   for Terminal Control Characters.  It will then bring up a screen with the
  31.   different initialization strings and their values.  The first four items are
  32.   the ones that need altering (Terminal Initialization, Terminal Reset, Quick
  33.   Initialization, and Quick Reset).  Just delete "[27][?34h" or "[27][?34l"
  34.   (for initialization and reset, respectively) from the string and replace it
  35.   with "[27]_take \kermit\wpunix.ini[27]\" or "[27]_set key clear[27]\",
  36.   leaving the rest of the string intact.
  37.    
  38. . Be sure to change your WPTERM environment variable if you decided to create
  39.   a definition with a different name.
  40.