root/trunk/twisted/conch/insults/colors.py

Revision 13202, 405 bytes (checked in by foom, 5 years ago)

Remove example for old API, and add comment directing people towards better API.

Line 
1"""
2You don't really want to use this module. Try helper.py instead.
3"""
4
5CLEAR = 0
6BOLD = 1
7DIM = 2
8ITALIC = 3
9UNDERSCORE = 4
10BLINK_SLOW = 5
11BLINK_FAST = 6
12REVERSE = 7
13CONCEALED = 8
14FG_BLACK = 30
15FG_RED = 31
16FG_GREEN = 32
17FG_YELLOW = 33
18FG_BLUE = 34
19FG_MAGENTA = 35
20FG_CYAN = 36
21FG_WHITE = 37
22BG_BLACK = 40
23BG_RED = 41
24BG_GREEN = 42
25BG_YELLOW = 43
26BG_BLUE = 44
27BG_MAGENTA = 45
28BG_CYAN = 46
29BG_WHITE = 47
Note: See TracBrowser for help on using the browser.