home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1990 / README < prev    next >
Encoding:
Text File  |  1990-12-28  |  1.7 KB  |  36 lines

  1. I am releasing a keyboard mapping standard called 'vterm'.  Included in
  2. the release are initialization scripts to configure MS-Kermit, the Grand
  3. Editor, and Unix-Sas to conform to the vt220 keyboard.  This should also
  4. work with NCSA_Telnet when they finish conforming their keyboard mapping
  5. to the Kermit standard.  I also included an MS-Kermit script that will
  6. configure a Practical Peripherals MNP5 modem properly.
  7.  
  8. There is no automatic configuration.  You must copy the files to the
  9. appropriate place on your system and run the appropriate commands (e.g.
  10. tic and ticadd) for installation.  The files can be found in
  11. wuarchive:pub/vterm.shar.Z via anonymous ftp or bitftp@pucc.bitnet.
  12.  
  13. Please let me know how I can improve this software.  -David-
  14.  
  15. A companion program is called getsize.  It is a C program that will 
  16. determine the size of an ansi terminal.  It is designed to be run from 
  17. a .login script.  I use the following code for its implementation:
  18.  
  19. if ($TERM == "vterm" || $TERM == "wterm") then
  20.     set noglob
  21.     eval `/bin/sh -c "/usr/local/bin/getsize 2> /dev/tty"`
  22.     unset noglob
  23.     endif
  24.  
  25. To install run 'make', become root, and run 'make install'.  I have only
  26. tested this on a Sun 3/260 running SunOS 4.0.3.  Any improvements,
  27. including patches to make it work on other systems are welcome.
  28.  
  29. It would be nice if you make an effort to keep it compatible with
  30. systems on which it is already working.  -David-
  31.  
  32. david@wubios.wustl.edu                 ^        Mr. David J. Camp
  33. david%wubios@wugate.wustl.edu        < * >      +1 314 382 0584
  34. ...!uunet!wugate!wubios!david          v        "Be kind to sinners."
  35. "Concentration impedes Inspiration."  ---  "Depend on God, who has dominion."
  36.