home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d138 / vt100.lha / Vt100 / Ver2.6 / README < prev    next >
Text File  |  1988-03-20  |  5KB  |  160 lines

  1.  
  2.           VT100 (2.6/jrbii.2) Enhancements
  3.         ------------------------------------
  4.  
  5.     This program was originally created by Dave Wecker,
  6.     I've only made the following changes...
  7.  
  8.     The source will be available in a later archive, after
  9.     I clean it up a bit...
  10.  
  11.  
  12. 1.  Iconify added - this allows the user to click on a gadget in the
  13.     VT100 window which will cause VT100 to become an "ICON".  VT100
  14.     will continue to execute (so that downloads, etc may continue to
  15.     progress).  
  16.  
  17.     NOTE: if VT100 returns the error: Can't open Read device, this
  18.     means that you are already running VT100 (you cannot currently
  19.     have two VT100's running simultaneously since there is only
  20.     one serial device).
  21.  
  22. 2.  A bug was fixed.  When the escape sequence to change the screen
  23.     width from 80->132 or 132->80 was followed immediately by another
  24.     escape sequence, the second sequence was missed.
  25.  
  26. 3.  A credit/info window was added so that people who wish to verbally
  27.     abuse me may do so.  This can be brought up by selecting the "About
  28.     VT100" MenuItem, or "Right Amiga ?".  To get rid of this window,
  29.     just depth arrange it to the back.
  30.  
  31. 4.  Miscellaneous bells/whistles added.
  32.  
  33.  
  34.           VT100 (2.6/jrbii.1) Enhancements
  35.         ------------------------------------
  36.  
  37. 1.  SWAP bug fixed.
  38.  
  39. 2.  CHOP bug squashed - when xmodem receiving ARCed file, the file
  40.     should not be chopped.  So this version turns AUTO-CHOP off
  41.     when a filename with the extension of arc (file.arc) is specified
  42.     as the file to receive.
  43.  
  44. 3.  Full 132 column support (overscan used, therefore you must have
  45.     version 1.2 of the AmigaDOS operating system.)
  46.  
  47. 4.  Added menu features:
  48.     a) all menu items now have a command sequence (Right Amiga something)
  49.        to execute them.
  50.     b) menu items have been added for the following:
  51.  
  52.         SCREEN TO BACK - Does exactly what the dark screen depth
  53.                  arrangement gadget would do (moves the
  54.                  VT100 screen to rear).  RAMIGA [ is the
  55.                  command sequence for this MenuItem.
  56.  
  57.         SCREEN TO FRONT - Does exactly what the light screen depth
  58.                  arrangement gadget would do (moves the
  59.                  VT100 screen to front).  RAMIGA ] is the
  60.                  command sequence for this MenuItem.
  61.                  (LAMIGA N and LAMIGA M will also toggle you 
  62.                  between screens)
  63.  
  64.         SCREEN WIDTH - selects 80 column mode or 132 column mode.
  65.         RAMIGA 8 will select the 80 column mode and RAMIGA 1 will
  66.         select the 132 column mode, if you don't like using the
  67.         mouse.
  68.  
  69.         HOLD SCREEN - send ^S and ^Q alternatively to the host to
  70.         signify HOLD SCREEN ON (XOFF) and HOLD SCREEN OFF (XON).
  71.         You can use ^S HS on and ^Q HS off or RAMIGA / to toggle
  72.         HS on and off.
  73.  
  74.         QUIT VT100! - will cause VT100 to terminate. RAMIGA Q
  75.         will also activate this function.
  76.  
  77. 5.  HOLD SCREEN and CAPS LOCK is now signaled on the top line of the
  78.     screen so that it is easy to tell the state of those conditions.
  79.     CAPS LOCK is only really useful for those to lazy to look at the
  80.     keyboard like me.  (These were the only useful LED's on the VT220
  81.     keyboard).
  82.  
  83.  
  84. Other Changes:
  85.  
  86. Note: I have tried to keep everything (command sequences, menus, script
  87. files, etc. compatible with version 2.6 VT100 so that upgrading??? to
  88. this version will be as painless as possible...
  89.  
  90. 1.  Screen Appearance - this has been changed in the following ways:
  91.     The title bar is no longer in existence (I didn't like the
  92.     clipping).  
  93.     a)  The CloseWindow gadget is still there, however you
  94.     cannot see it.  Clicking on it will still terminate VT100. (The
  95.     Title BAR shows up at initialization to remind users of the
  96.     closegadget's location.
  97.  
  98.     b)  The window depth arrangement gadgets have been replaced by the
  99.     "SCREEN TO BACK" (RAMIGA [) and SCREEN TO FRONT (RAMIGA ]) menu 
  100.     items.  (LAMIGA N and LAMIGA M will also toggle you between screens)
  101.     The depth adjustment was rather cumbersome anyway, since you had to
  102.     pull the window down to get to the screen depth gadget before you
  103.     could do anything.
  104.  
  105. 2.  The SCREEN field is no longer used by VT100, a custom screen is
  106.     ALWAYS opened since we need overscan to implement full 132 column
  107.     mode.  This field is still allowed in the init file to maintain
  108.     compatibility with earlier versions.
  109.  
  110.  
  111.  
  112. TO USE:
  113.  
  114.     execute the EXE-ME file in the archive, this copies the
  115.     appropriate files into your fonts directory.  Or, if you do
  116.     not wish to copy them into your fonts directory, you
  117.     can just assign fonts: to wherever you put the font files.
  118.     The font directory must have the following tree in this case:
  119.  
  120.         yourfont (dir)
  121.             j132.font
  122.             j132 (dir)
  123.                 8
  124.  
  125.  
  126. *** IMPORTANT NOTE: to fit full 132 columns on the screen, you
  127.     may have to go into preferences and move your whole screen to
  128.     the left a bit so that it will show up on the screen, otherwise
  129.     I'll be writing stuff to the inside of your monitor case...
  130.     (If you don't do this only 128 will fit on the screen!!!)
  131.  
  132.     in preferences:
  133.     change :
  134.  
  135.         -------------------------  
  136.         |            |
  137.         |            |
  138.         |             __    |
  139.         |             |    |
  140.         |            |
  141.         |            |
  142.         |            |
  143.         -------------------------
  144.     to:
  145.         -------------------------
  146.         |            |
  147.         |            |
  148.         |        __    |
  149.         |        |    |
  150.         |            |
  151.         |            |
  152.         |            |
  153.         -------------------------
  154.  
  155.  
  156.  
  157.             John Barshinger    
  158.  
  159.         plink:jrbii | bix:jrbii | Usenet: barsh@stsci.edu
  160.