TinTin++ Mud Client Manual  
Get TinTin++ Mud Client at SourceForge.net. Fast, secure and Free Open Source software downloads
Highlight
space
Syntax: #highlight {message} {color}
space
The highlight command will add a message to your highlight list. If a message matches it will be colored accordingly to the given color code(s).
space
See the entry on #action for information about the available regular expression options. The %0 variable shouldn't be used in the message part.
space
Available color codes are: reset, light, faint, underscore, blink, reverse, dim, black, red, green, yellow, blue, magenta, cyan, white, b black, b red, b green, b yellow, b blue, b magenta, b cyan, b white. You can also use tintin colors for xterm 256 color support.
space
Example: #highlight {^{You |Your }} {light cyan}
This will highlight lines starting with 'You ' and 'Your ' in light cyan. If you try it you are likely to find this to be extremely useful.
space
Example: #highlight {%1 tells you '%2'} {<ace>}
Notice: You can remove highlights with the #unhighlight command.
space