Ft.Lib.Terminfo

Modules

os  sys     

Classes

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.
class NoColors

Data and other non-method functions defined here:

BROWN = ''
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 = ''
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 = ''
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 = ''
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 = ''
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 = ''
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 = ''
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__ = ''
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__module__ = ''
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Functions

GetColors(stream=<open file '<stdout>', mode 'w' at 0x100fe970>)
GetColumns(stream=<open file '<stdout>', mode 'w' at 0x100fe970>)
GetLines(stream=<open file '<stdout>', mode 'w' at 0x100fe970>)

Data

DEFAULT_COLUMNS = 80
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
DEFAULT_LINES = 24
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
TERMTYPES = ['linux', 'console', 'con132x25', 'con132x30', 'con132x43', 'con132x60', 'con80x25', 'con80x28', 'con80x30', 'con80x43', 'con80x50', 'con80x60', 'xterm', 'xterm-color', 'color-xterm', 'vt100', 'rxvt', 'ansi', 'Eterm']
__file__ = 'build/lib.linux-ppc-2.2/Ft/Lib/Terminfo.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = '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.
__revision__ = '$Id: Terminfo.py,v 1.1 2002/12/05 23:23:12 jkloth Exp $'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.