Show More
@@ -156,7 +156,7 b" testedwith = 'internal'" | |||||
156 | # start and stop parameters for effects |
|
156 | # start and stop parameters for effects | |
157 | _effects = {'none': 0, 'black': 30, 'red': 31, 'green': 32, 'yellow': 33, |
|
157 | _effects = {'none': 0, 'black': 30, 'red': 31, 'green': 32, 'yellow': 33, | |
158 | 'blue': 34, 'magenta': 35, 'cyan': 36, 'white': 37, 'bold': 1, |
|
158 | 'blue': 34, 'magenta': 35, 'cyan': 36, 'white': 37, 'bold': 1, | |
159 | 'italic': 3, 'underline': 4, 'inverse': 7, |
|
159 | 'italic': 3, 'underline': 4, 'inverse': 7, 'dim': 2, | |
160 | 'black_background': 40, 'red_background': 41, |
|
160 | 'black_background': 40, 'red_background': 41, | |
161 | 'green_background': 42, 'yellow_background': 43, |
|
161 | 'green_background': 42, 'yellow_background': 43, | |
162 | 'blue_background': 44, 'purple_background': 45, |
|
162 | 'blue_background': 44, 'purple_background': 45, |
General Comments 0
You need to be logged in to leave comments.
Login now