-
class AnsiColors
Data and other non-method functions defined here:
- BROWN = '\x1b[0;33m'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- GRAY = '\x1b[1;30m'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- GREEN = '\x1b[1;32m'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- NORMAL = '\x1b[0m'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- RED = '\x1b[1;31m'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- WHITE = '\x1b[1;37m'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- YELLOW = '\x1b[1;33m'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- __doc__ = None
- __module__ = 'Ft.Lib.Terminfo'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.