Yurttas/PL/SL/python/docs/core-python-programming/doc/16/lib/module-curses.html

From ZCubes Wiki
Revision as of 19:08, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "<div class="navigation"> {| width="100%" cellspacing="2" align="center" | yurttas/PL/SL/python/docs/core-python-programming/doc/16/lib/curses-functions.html|[[Image:yur...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

6.11 curses -- Terminal independant console handling

The curses module provides an interface to the curses Unix library, the de-facto standard for portable advanced terminal handling.

While curses is most widely used in the Unix environment, versions are available for DOS, OS/2, and possibly other systems as well. The extension module has not been tested with all available versions of curses.

See Also:

Tutorial material on using curses with Python is available on the Python Web site as Andrew Kuchling's Curses Programming with Python, at http://www.python.org/doc/howto/curses/curses.html.


Subsections