home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 592b.lha / TermII / English / Documentation / NOTES.doc < prev    next >
Text File  |  1991-12-22  |  3KB  |  80 lines

  1. June 21st 1991
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.                                     Term II
  14.  
  15.                                   version 1.0
  16.  
  17.                          (c) 1990,1991 - Eric GONTIER
  18.  
  19.                                    NOTES.doc
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.         Here are a few tips to use Term II :
  30.  
  31.             o   Term II needs Workbench 2.0x (or above) to run.
  32.  
  33.             o   Since Workbench 2.04 (Kickstart 37.74, Workbench 37.33),
  34.                 the gadget toolkit allows the use to switch from one string
  35.                 gadget to another with TAB and shift-TAB. Pretty handy !
  36.  
  37.             o   Term II is using the console device, so it is not possible
  38.                 to use proportional fonts. No crashes to be afraid of, but
  39.                 the Term II window could have a strange look with
  40.                 proportional fonts.
  41.  
  42.             o   I like to use the courier font in 640x400, so I added a
  43.  
  44.                     console_font "courier.font" 11
  45.  
  46.                 in term.config
  47.  
  48.             o   With <Amiga-Left><V> and <Amiga-Left><B> it is possible to
  49.                 answer requester without using the mouse.
  50.  
  51.             o   The XPR support is not completed (for example, there is no
  52.                 support for environment variable to set the options, and
  53.                 the auto-download feature of some protocol - like zmodem -
  54.                 is not implemented). However, Term II recognize the command
  55.                 xpr_init, which allows the user to initialise the external
  56.                 protocol. For example, in term.config one can add :
  57.  
  58.                     xpr_open "xprxmodem.library"
  59.                     xpr_init "T0,C1,K1"
  60.  
  61.                 This will force Term II to open the xprxmodem.library, and
  62.                 to send it the "T0,C1,K1" init string (1K-CRC, sometimes
  63.                 called Y-Modem). See the documentation of the XPR library
  64.                 you are using for more informations on the init strings
  65.                 recognized by the protocols.
  66.  
  67.             o   The string gadgets in the requesters to set XPR options
  68.                 _NEED_ validation, either by RETURN (the common way) or by
  69.                 TAB or shift-TAB (in Workbench version >= 2.04).
  70.  
  71.             o   There are not XPR libraries distributed with Term II, but
  72.                 they can be found easily on good BBS, or on Fred Fish's
  73.                 disks. I know the existence of the following libraries :
  74.                 xprxmodem (XModem protocol, with block size of 128 or 1024
  75.                 bytes, and with CRC or checksum), xprkermit (Kermit
  76.                 protocol), xprascii (no protocol), xprzmodem (ZModem
  77.                 protocol), xprquickb (Quick-B protocol, used on Compuserve)
  78.                 and xprbbt (BBT protocol, used in France with minitels in
  79.                 V23).
  80.