Movatterモバイル変換


[0]ホーム

URL:


Previous PageUp One LevelNext PagePython Library ReferenceContentsModule IndexIndex
Previous:6.12 getpassUp:6. Generic Operating SystemNext:6.13.1 Functions

6.13curses -- Terminal handling for character-cell displays

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:

Modulecurses.ascii:
Utilities for working with ASCII characters, regardless of your locale settings.
Modulecurses.panel:
A panel stack extension that adds depth to curses windows.
Modulecurses.textpad:
Editable text widget for curses supportingEmacs-like bindings.
Modulecurses.wrapper:
Convenience function to ensure proper terminal setup and resetting on application entry and exit.
Curses Programming with Python
Tutorial material on using curses with Python, by Andrew Kuchling and Eric Raymond, is available on the Python Web site.

TheDemo/curses/ directory in the Python source distribution contains some example programs using the curses bindings provided by this module.


Subsections


Previous PageUp One LevelNext PagePython Library ReferenceContentsModule IndexIndex
Previous:6.12 getpassUp:6. Generic Operating SystemNext:6.13.1 Functions
Release 2.2.3, documentation updated on 30 May 2003.
SeeAbout this document... for information on suggesting changes.
[8]ページ先頭

©2009-2026 Movatter.jp