| TinTin++ Mud Client Manual |
|
TinTin++ Config Continue Cr Cursor Delay Echo Else Elseif Escape Codes Foreach Format Function Gag Grep Help Highlight History If Ignore Info Keypad Kill Line List Log Loop Macro Map Math Mathexp |
|
|
| Highlight |
| Syntax: #highlight {message} {color} |
| 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). |
| See the entry on #action for information about the available regular expression options. The %0 variable shouldn't be used in the message part. |
| 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. |
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. |
Example: #highlight {%1 tells you '%2'} {<ace>} |
| Notice: You can remove highlights with the #unhighlight command. |