Part of spamfighter.utils View Source
Example of usage: print BG_BLUE + 'Text on blue background' + NORMAL print BLUE + UNDERLINE + 'Blue underlined text' + NORMAL print BLUE + BG_YELLOW + BOLD + 'text' + NORMAL
Function | default | Set the default attribute values |
Function | setup | Set the terminal control strings |
Function | render | Helper function to apply controls easily. |