home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t187 / 1.img / CLRCODE.REF < prev    next >
Encoding:
Text File  |  1992-12-01  |  2.9 KB  |  65 lines

  1.                           Text To Ansi Convertor 1.2
  2.                             Color & Command Codes
  3.                                Reference Sheet
  4.  
  5.   Command Codes:
  6.  
  7.      [ ~ ] (tilde) Screen is cleared whenever this character
  8.            is encountered in the text.
  9.  
  10.      [ ^ ] Cause's all following colors to be in blinking mode.
  11.  
  12.      [ ` ] (Left apostrophe) Causes BLINK and/or BOLD attributes
  13.            to be turned off. If your previous color code was for
  14.            a BRIGHT color, this will turn off the BRIGHT, while
  15.            leaving the color the same.
  16.  
  17.      [ % ] Waits for Enter key. Waits until user presses the ENTER
  18.            key. Only for RA/QBBS or compatible type BBS programs.
  19.            Allows you to type your own prompt in text. Put this
  20.            directly after the prompt, eg:   HIT YOUR ENTER KEY%
  21.  
  22.      [ @ ] This is the critical code. When this code is encountered
  23.            the next three (3) characters are read as the color code
  24.            to be applied. It is IMPORTANT that the color code be entered
  25.            as a 3 digit number. So the codes shown here need to be
  26.            zero padded. So color 3 would be entered as @003 and color
  27.            21 would be entered as @021 and so forth. If the color to
  28.            be written is NOT zero padded to 3 digits, unpredictable
  29.            results will appear, more likely, T2A will abort with an
  30.            error message telling you the code is inncorrect!
  31.  
  32.                             Text To Ansi Convertor
  33.                                  Color Codes
  34.  
  35.                         CODE              COLOR
  36.                        ------            -------------
  37.  FOREGROUND COLORS
  38.                          1                Black
  39.                          2                Blue
  40.                          3                Green
  41.                          4                Cyan
  42.                          5                Red
  43.                          6                Magenta
  44.                          7                Brown
  45.                          8                Light Gray (White)
  46.                          9                Dark Gray (Bright Black)
  47.                         10                Bright Blue
  48.                         11                Bright Green
  49.                         12                Bright Cyan
  50.                         13                Bright Red
  51.                         14                Bright Magenta
  52.                         15                Bright Yellow
  53.                         16                Bright White
  54. BACKGROUND COLORS -----------------------------------------------------
  55.                         17                Black
  56.                         18                Blue
  57.                         19                Green
  58.                         20                Cyan
  59.                         21                Red
  60.                         22                Magenta
  61.                         23                White (Light Gray)
  62.  
  63.  
  64.  
  65.