home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / bbs_opus / oad120.arj / OADECOMP.115 next >
Encoding:
Text File  |  1990-05-02  |  763 b   |  17 lines

  1. Changes for version 1.15:
  2.  
  3.   /TAB now makes OADECOMP emit [TAB] tokens to the .OEC file whenever it
  4.   encounters a ^I, instead of emitting the ^I itself.
  5.  
  6.   /COL now defines the format that the colour commands should have.
  7.   Default is to always define colours as [<colour> [on <colour>]], but
  8.   /COL can be used to change this. /COL accepts two parameters: SHORT
  9.   and HEX (defined as in "/COL=SHORT", "/COL=HEX" or "/COL=SHORT,HEX")
  10.   and SHORT tells OADECOMP that it should try to use the tokens that only
  11.   changes the foreground or background colours whenever possible, and
  12.   HEX tells OACOMP that it should use the hexadecimal notation of colours.
  13.   Ie.    (nothing)    =    [White on Red]
  14.       HEX        =    [$4F]
  15.       SHORT        =    [FG White]
  16.       HEX,SHORT    =    [$?F]
  17.