control
Primary interface layer for terminal control
The control module is accessible via the terminate module.
This module provides a semi-portable interface between the various methods of terminal control as the ANSI and win32 methods are quite different.
Attributes
Functions
f display(self, codes=[], fg=None, bg=None) ...
Sets the display attributes on the terminal.
For details on arguments see documentation for color function in the abstract module.
f reset(self) ...
Resets the terminal screen.
Avoid using this method, it will probably be moved in the next version.
See the source for more information.