The following files come with term:
 term.asm        source code for term.com
                 masm term;
                 link term;
                 exe2bin term.exe term.com
 install.c       the source for the installation program
                 usage: install [com-file]
                 default for the com-file is term.com in the
                 current working directory
                 install was a q&d (quick and dirty) program,
                 so don't expect too much. It assumes the ansi
                 driver to clear the screen.

What follows is just the comment on top of the source file:

	This is version 2.2 of TERM. TERM is a terminal program that
	emulates a zenith z19 terminal. It's main feature is, that it is
	memory-resident. This allows you to run two tasks simultaneouly,
	one on your dos machine, the other on the host computer.
	You can switch easily back and forth by pressing the hotkey.
	TERM has a 2048 character receive buffer, and receives characters 
	while you are doing other things under Dos. The characters are
	printed on the screen, when you switch back to the host.
	When term receives the bell character, while it's in the
	background, it will switch immediately to the foreground.
	Thus, you are notified if you receive mail (biff) or
	someone wants to talk with you.
	
	History:
	- fall 1986: Version 1.0 by Hans Irtel, Uni Regensburg
		     output is via ansi driver int 29h
		     send xoff/xon when switching
	- spring 87: Version 2.0 by Karl Gegenfurtner, New York University
		     added z19 emulation
		     rewrote the comm-initialization routines
		     made the dos interface well-behaved
		     put xon/xoff into interrupt routine
	- april  87: Version 2.1 Wed Apr 01 18:35:05 1987
		     added alarm feature
	 	     added support for monochrome card
	- april  87: Version 2.2 Thu Apr 02 19:12:39 1987
		     dynamically allocate rxbuffer to reduce prog size
		     fix cexit bug (restore comm int)
		     fix the monochrome cursor
		     add keypad enter pseudo sequences for xp
		     moved cinit and cexit to non-resident part
		     made some equates to variables for install
		     fix the silly bug in kb_int, which caused two
			instances of term running simultaneously
				Wed Apr 08 20:06:07 1987
		     fixed init code in enab

Suggestions or problems are always wellcome. Mail those or bug reports to

          Karl Gegenfurtner

arpa:     karl@hipl.psych.nyu.edu
uucp      {ihnp4|seismo|allegra}!cmcl2!xp!hipl!karl
usps:     New York University
          Dept. of Psychology
          6 Washington Place 8th floor
	  New York, NY 10003
