Home | Trees | Index | Help |
|
---|
|
|
|||
__init__(self, term_stream=sys.stdout) | |||
_tigetstr(self, cap_name) |
|
|||
BOL | Move the cursor to the beginning of the line | ||
UP | Move the cursor up one line | ||
DOWN | Move the cursor down one line | ||
LEFT | Move the cursor left one char | ||
RIGHT | Move the cursor right one char | ||
CLEAR_EOL | Clear to the end of the line. | ||
CLEAR_LINE | Clear the current line; cursor to BOL. | ||
BOLD | Turn on bold mode | ||
NORMAL | Turn off all modes | ||
COLS | Width of the terminal (default to 75) | ||
WHITE | |||
YELLOW | |||
MAGENTA | |||
RED | |||
CYAN | |||
GREEN | |||
BLUE | |||
BLACK | |||
_STRING_CAPABILITIES | |||
_COLORS | |||
_ANSICOLORS |
|
|
|
|
BOLMove the cursor to the beginning of the line
|
UPMove the cursor up one line
|
DOWNMove the cursor down one line
|
LEFTMove the cursor left one char
|
RIGHTMove the cursor right one char
|
CLEAR_EOLClear to the end of the line.
|
CLEAR_LINEClear the current line; cursor to BOL.
|
BOLDTurn on bold mode
|
NORMALTurn off all modes
|
COLSWidth of the terminal (default to 75)
|
WHITE
|
YELLOW
|
MAGENTA
|
RED
|
CYAN
|
GREEN
|
BLUE
|
BLACK
|
_STRING_CAPABILITIES
|
_COLORS
|
_ANSICOLORS
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 3.0alpha2 on Tue Apr 11 17:34:00 2006 | http://epydoc.sf.net |