{ COLOR SUPPORT }
  -------------
  
My doors support color codes in the strings using the Telegard-style color
codes.  An example of this:

`0ETesting 1-2-3!

That would turn the background to black (note that is the number zero, not
the letter O) and the foreground to yellow.  Below are is a color code
chart from the Telegard BBS documentation:

===========================================================================
  
  [NOTE: Yellow is "high intensity brown" in this chart. - SD]
  
  The colour sequence indicator (`), followed by two characters from 0 to
  9, A to F to form the colour code.  The colour codes are listed below for
  your convenience (low and high intensity side by side).

  REGULAR
           Black   Blue    Green   Cyan    Red     Magenta Brown   White
          +-------+-------+-------+-------+-------+-------+-------+-------+
  Black   | 00 08 | 01 09 | 02 0A | 03 0B | 04 0C | 05 0D | 06 0E | 07 0F |
          +-------+-------+-------+-------+-------+-------+-------+-------+
  Blue    | 10 18 | 11 19 | 12 1A | 13 1B | 14 1C | 15 1D | 16 1E | 17 1F |
          +-------+-------+-------+-------+-------+-------+-------+-------+
  Green   | 20 28 | 21 29 | 22 2A | 23 2B | 24 2C | 25 2D | 26 2E | 27 2F |
          +-------+-------+-------+-------+-------+-------+-------+-------+
  Cyan    | 30 38 | 31 39 | 32 3A | 33 3B | 34 3C | 35 3D | 36 3E | 37 3F |
          +-------+-------+-------+-------+-------+-------+-------+-------+
  Red     | 40 48 | 41 49 | 42 4A | 43 4B | 44 4C | 45 4D | 46 4E | 47 4F |
          +-------+-------+-------+-------+-------+-------+-------+-------+
  Magenta | 50 58 | 51 59 | 52 5A | 53 5B | 54 5C | 55 5D | 56 5E | 57 5F |
          +-------+-------+-------+-------+-------+-------+-------+-------+
  Brown   | 60 68 | 61 69 | 62 6A | 63 6B | 64 6C | 65 6D | 66 6E | 67 6F |
          +-------+-------+-------+-------+-------+-------+-------+-------+
  White   | 70 78 | 71 79 | 72 7A | 73 7B | 74 7C | 75 7D | 76 7E | 77 7F |
          +-------+-------+-------+-------+-------+-------+-------+-------+

  BLINKING COLOURS
                                                           
           Black   Blue    Green   Cyan    Red     Magenta Brown   White
          +-------+-------+-------+-------+-------+-------+-------+-------+
  Black   3 80 88 | 81 89 | 82 8A | 83 8B | 84 8C | 85 8D | 86 8E | 87 8F |
          +-------+-------+-------+-------+-------+-------+-------+-------+
  Blue    3 90 98 | 91 99 | 92 9A | 93 9B | 94 9C | 95 9D | 96 9E | 97 9F |
          +-------+-------+-------+-------+-------+-------+-------+-------+
  Green   3 A0 A8 | A1 A9 | A2 AA | A3 AB | A4 AC | A5 AD | A6 AE | A7 AF |
          +-------+-------+-------+-------+-------+-------+-------+-------+
  Cyan    3 B0 B8 | B1 B9 | B2 BA | B3 BB | B4 BC | B5 BD | B6 BE | B7 BF |
          +-------+-------+-------+-------+-------+-------+-------+-------+
  Red     3 C0 C8 | C1 C9 | C2 CA | C3 CB | C4 CC | C5 CD | C6 CE | C7 CF |
          +-------+-------+-------+-------+-------+-------+-------+-------+
  Magenta 3 D0 D8 | D1 D9 | D2 DA | D3 DB | D4 DC | D5 DD | D6 DE | D7 DF |
          +-------+-------+-------+-------+-------+-------+-------+-------+
  Brown   3 E0 E8 | E1 E9 | E2 EA | E3 EB | E4 EC | E5 ED | E6 EE | E7 EF |
          +-------+-------+-------+-------+-------+-------+-------+-------+
  White   3 F0 F8 | F1 F9 | F2 FA | F3 FB | F4 FC | F5 FD | F6 FE | F7 FF |
          +-------+-------+-------+-------+-------+-------+-------+-------+

===========================================================================

For more information and examples, look at the text files that come with the
original archive.

Telegard BBS is copyrighted (C) 2002 by Tim Strike-all rights reserved.
This chart was used without his express permission, but since I couldn't
contact him, I just went ahead and used it.  Tim, if you read this, get hold
of me. :)

<eof>