home *** CD-ROM | disk | FTP | other *** search
- Changes for version 1.15:
-
- /TAB now makes OADECOMP emit [TAB] tokens to the .OEC file whenever it
- encounters a ^I, instead of emitting the ^I itself.
-
- /COL now defines the format that the colour commands should have.
- Default is to always define colours as [<colour> [on <colour>]], but
- /COL can be used to change this. /COL accepts two parameters: SHORT
- and HEX (defined as in "/COL=SHORT", "/COL=HEX" or "/COL=SHORT,HEX")
- and SHORT tells OADECOMP that it should try to use the tokens that only
- changes the foreground or background colours whenever possible, and
- HEX tells OACOMP that it should use the hexadecimal notation of colours.
- Ie. (nothing) = [White on Red]
- HEX = [$4F]
- SHORT = [FG White]
- HEX,SHORT = [$?F]
-