This archive contains a vt100 emulator with KERMIT and XMODEM file transfer
protocols by Dave Wecker (Based on AmigaTerm). This is an EARLY release
(Version 860710 DBW).

The files in this archive may be extracted by the Bourne Shell "/bin/sh" or
by hand (each file is preceeded with a "sed" line and is terminated with a
"SHAR_EOF" line. In addition, you must remove the prefix character ("X") from
each text line).

The files are:

	README		- this file

	makefile	- a makefile made to be used with the "make" utility
			included on the AZTEC-C disk.  A script is also included
			that can be used in place of this makefile (make.scr)
			(Note: this makefile was created by Craig Norborg 
			mod.amiga.sources moderator)

	make.scr	- a script that can be handed to "execute" to create
			  the emulator (switches are for MANX AZTEC-C).

	vt100.h		- include file used by all other modules

	window.c	- manager for window and keyboard

	vt100.c		- main module, handles menus

	remote.c	- handle remote characters (vt100 emulation)

	kermit.c	- kermit protocol (to transfer text files on VMS
			  select the CRLF option on the transfer mode menu,
			  otherwise use image mode).

	init.c		- startup code

	xmodem.c	- xmodem protocol that understands AMIGA binary and
			  text file formats (automatically).

Please send bugs/comments/suggestions to:

	Dave Wecker at	ENET:	COOKIE::WECKER
			ARPA:	wecker%cookie.dec.com@decwrl.dec.com
			USENET:	decvax!decwrl!cookie.dec.com!wecker


[Additional note:  Use Manx 16 bit int mode only, crashes machine with
 Manx 32 bit int mode.  Makefile mentioned above is now Makefile.orig.
 Fred Fish  16-Jul-86]
