Changed in version 1.6:Added support for thencurses library and converted to a package.
Thecurses module provides an interface to the curseslibrary, the de-facto standard for portable advanced terminalhandling.
While curses is most widely used in the Unix environment, versionsare available for DOS, OS/2, and possibly other systems as well. Thisextension module is designed to match the API of ncurses, anopen-source curses library hosted on Linux and the BSD variants ofUnix.
See Also:
TheDemo/curses/ directory in the Python source distribution contains some example programs using the curses bindings provided by this module.
| Python Library Reference |