home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff330.lzh / Vt100 / README < prev    next >
Text File  |  1990-03-02  |  4KB  |  113 lines

  1. This archive contains a vt100 emulator with KERMIT and XMODEM file
  2. transfer protocols.  Original work by Dave Wecker, V2.7-V2.8 by Tony Sumrall.
  3.  
  4. Thanks:
  5. -------
  6.     To everyone who sent in code, suggestions and fixes!
  7.  
  8. Releases:
  9. ---------
  10.     v2.9 ?????? ACS - See Release Notes.
  11.     v2.8 880117 ACS - See Release Notes.
  12.     v2.7 870825 ACS - See Release Notes.
  13.     v2.6 870227 DBW - bug fixes for all the stuff in v2.5
  14.     v2.5 870214 DBW - more additions (see readme file)
  15.     v2.4 861214 DBW - lots of fixes/additions
  16.     v2.3 861101 DBW - minor bug fixes
  17.     v2.2 861012 DBW - more of the same
  18.     v2.1 860915 DBW - new features (see README)
  19.     v2.0 860823 DBW - Major rewrite
  20.     v1.1 860720 DBW    - Switches, 80 cols, colors, bug fixes
  21.     v1.0 860712 DBW    - First version released
  22.  
  23. Usage:
  24. ------
  25.     Please read VT100.DOC for usage information and examples.
  26.  
  27. Known problems:
  28. ---------------
  29.     none
  30.  
  31. Suggestions/bug fixes not implemented (as of yet):
  32. --------------------------------------------------
  33.     - Custom screen should use a borderless backdrop window
  34.     - Quit from keyboard should be supported (for above)
  35.     - Automatic maximum sizing of window should happen
  36.     - Screen should be resizable
  37.     - AT TIME should be implemented in scripts (besides DELAY)
  38.     - Kermit should create sub directories (when necessary)
  39.     - Use a disk font for graphic character set
  40.     - Kermit VM/CMS (IBM) protocol support (it works for me, how about
  41.       you?)
  42.     - Allow the user to use a keymap different from the default one.
  43.  
  44. Installation:
  45. -------------
  46.     The files in this archive may be extracted by the bourne shell
  47.     (/bin/sh) or the shar program using the "unshar switch (-u)",
  48.     contact me if you need a copy of this version of shar.
  49.  
  50.     REMEMBER: Set the correct compiler definition in VT100.H
  51.  
  52. Files:
  53. ------
  54.     README        - this file
  55.     ReleaseNotes    - Details of what's changed
  56.     vt100.doc    - documentation for the terminal emulator
  57.     makefile    - make file for the emulator (under MANX AZTEC-C)
  58.     vt100.h        - include file used by all other modules
  59.     window.c    - manager for window and keyboard
  60.     vt100.c        - main module, handles menus
  61.     remote.c    - handle remote characters (vt100 emulation)
  62.     kermit.c    - kermit protocol (to transfer text files on VMS
  63.               select the CRLF option on the transfer mode menu,
  64.               otherwise use image mode).
  65.     init.c        - startup code
  66.     xmodem.c    - xmodem protocol that understands AMIGA binary and
  67.               text file formats (automatically).
  68.     script.c    - script control package
  69.     expand.c    - filename expansion (wildcards) and dir setting
  70.     rexx.c        - handles the AREXX interface
  71.     newkermit.c    - New kermit module by Steve Walton suitable for
  72.               expanding VT100's capabilities
  73.     kermitproto.c    - New kermit module by Steve Walton
  74.     kermitproto.h    - New kermit module by Steve Walton
  75.  
  76. Other directories:
  77.  
  78. RexxSamples:
  79.     Forward.rexx    - Shows use of FORWARD command.  Interacts with VT100.
  80.     Forwarding.rexx    - Shows use of FORWARD command.  Interacts with VT100.
  81.     TestFor.rexx    - Shows use of FORWARD command.  Interacts with VT100.
  82.     FwdLogon.vt100    - Demos use of FORWARD cmd to log you on
  83.     OnLogon.vt100    - Demos use of ON and FORWARD cmds to log you on
  84.     TestMsg.vt100    - Demos use of MSG command.
  85.     TestDisp.vt100    - Demos use of DISPLAY command.
  86.     TestErrs.vt100    - Shows various return codes from VT100 commands.
  87.  
  88. Zmodem:
  89.     Amiga.doc    - Text file about the Amiga implementation of zmodem
  90.     SerIO.c        - Serial I/O support for Zmodem
  91.     makefile.ami    - Amiga makefile for Zmodem
  92.     makefile.uni    - Un*x makefile for Zmodem
  93.     patch        - Patches that I applied to the Frank's original
  94.     rbsb.c        - Support routines for Zmodem
  95.     rz.c        - Mainline code for Zmodem receive
  96.     rz.doc        - Documentation for Amiga Zmodem receive
  97.     sz.c        - Mainline code for Zmodem send
  98.     sz.doc        - Documentation for Amiga Zmodem send
  99.     term.c        - Terminal-mode routine for Amiga Zmodem
  100.     zm.c        - Support routines for Zmodem
  101.     zmodem.h    - Header file for Amiga Zmodem
  102.     zmodem.init    - Sample Amiga Zmodem initialization file
  103.  
  104. GNU-Emacs:
  105.     amiga.el    - Emacs Lisp code to utilitize the mouse.
  106.  
  107.  
  108. Contact:
  109. --------
  110. Please send bugs/comments/suggestions/praise for V2.9 to:
  111.  
  112.     Tony Sumrall at USENET: acs@amdahl.com
  113.