home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / modem / term.zip / README < prev    next >
Text File  |  1987-07-16  |  3KB  |  63 lines

  1. The following files come with term:
  2.  term.asm        source code for term.com
  3.                  masm term;
  4.                  link term;
  5.                  exe2bin term.exe term.com
  6.  install.c       the source for the installation program
  7.                  usage: install [com-file]
  8.                  default for the com-file is term.com in the
  9.                  current working directory
  10.                  install was a q&d (quick and dirty) program,
  11.                  so don't expect too much. It assumes the ansi
  12.                  driver to clear the screen.
  13.  
  14. What follows is just the comment on top of the source file:
  15.  
  16.     This is version 2.2 of TERM. TERM is a terminal program that
  17.     emulates a zenith z19 terminal. It's main feature is, that it is
  18.     memory-resident. This allows you to run two tasks simultaneouly,
  19.     one on your dos machine, the other on the host computer.
  20.     You can switch easily back and forth by pressing the hotkey.
  21.     TERM has a 2048 character receive buffer, and receives characters 
  22.     while you are doing other things under Dos. The characters are
  23.     printed on the screen, when you switch back to the host.
  24.     When term receives the bell character, while it's in the
  25.     background, it will switch immediately to the foreground.
  26.     Thus, you are notified if you receive mail (biff) or
  27.     someone wants to talk with you.
  28.     
  29.     History:
  30.     - fall 1986: Version 1.0 by Hans Irtel, Uni Regensburg
  31.              output is via ansi driver int 29h
  32.              send xoff/xon when switching
  33.     - spring 87: Version 2.0 by Karl Gegenfurtner, New York University
  34.              added z19 emulation
  35.              rewrote the comm-initialization routines
  36.              made the dos interface well-behaved
  37.              put xon/xoff into interrupt routine
  38.     - april  87: Version 2.1 Wed Apr 01 18:35:05 1987
  39.              added alarm feature
  40.               added support for monochrome card
  41.     - april  87: Version 2.2 Thu Apr 02 19:12:39 1987
  42.              dynamically allocate rxbuffer to reduce prog size
  43.              fix cexit bug (restore comm int)
  44.              fix the monochrome cursor
  45.              add keypad enter pseudo sequences for xp
  46.              moved cinit and cexit to non-resident part
  47.              made some equates to variables for install
  48.              fix the silly bug in kb_int, which caused two
  49.             instances of term running simultaneously
  50.                 Wed Apr 08 20:06:07 1987
  51.              fixed init code in enab
  52.  
  53. Suggestions or problems are always wellcome. Mail those or bug reports to
  54.  
  55.           Karl Gegenfurtner
  56.  
  57. arpa:     karl@hipl.psych.nyu.edu
  58. uucp      {ihnp4|seismo|allegra}!cmcl2!xp!hipl!karl
  59. usps:     New York University
  60.           Dept. of Psychology
  61.           6 Washington Place 8th floor
  62.       New York, NY 10003
  63.