home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a081 / 2.ddi / CTFXX.EXE / TERMINAL.TXT < prev   
Encoding:
Text File  |  1992-07-07  |  1.5 KB  |  41 lines

  1. CommTools -- TERMINAL.TXT file
  2. Last updated: 07-07-92
  3.  
  4.            TERMINAL FEATURES NOT SUPPORTED IN THE EMULATIONS
  5.  
  6. CommTools emulates several terminals.  This file lists and explains the
  7. features of the original terminals not supported in the emulations.  The
  8. reasons that a feature is not supported almost always falls into one of
  9. two categories:
  10.  
  11.     * The feature is not supported across the full line of PC Hardware.
  12.     Example: DEC VT100 132-column mode.
  13.     Since CommTools is a communications library, rather than a
  14.     comprehensive video library, it makes weak assumptions about the
  15.     runtime video environment.  Although certain PC-compatible hardware
  16.     may allow the support of esoteric terminal features, the hardware is
  17.     likely to require custom programming.
  18.  
  19.     * It is not relevant to the PC context.
  20.     Example: ANSI.SYS keyboard redefinition.
  21.     The ANSI.SYS specification allows the redefinition of the PC
  22.     keyboard.  It is both dangerous and unnecessary to support this
  23.     feature.  The CommTools implementation of terminal emulation at a
  24.     very low level allows the programmer to re-define keys within the
  25.     application language.
  26.  
  27.  
  28. Unsupported Terminal Features (terminals listed in alphabetical order)
  29. ----------------------------------------------------------------------
  30.  
  31. Terminal: IBM ANSI.SYS
  32.     Keyboard redefinition;
  33.  
  34. Terminal: DEC VT100
  35.     Double-height and Double-width characters;
  36.  
  37. Terminal: DEC VT220
  38.     Features listed under DEC VT100;
  39.     Smooth scrolling;
  40.  
  41.