summaryrefslogtreecommitdiffstats
path: root/Lib/curses/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Use file descriptor for real stdoutAndrew M. Kuchling2008-02-251-1/+3
|
* #1119331: ncurses will just call exit() if the terminal name isn't found.Andrew M. Kuchling2008-02-231-0/+4
| | | | Call setupterm() first so that we get a Python exception instead of just existing.
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-5/+4
|
* Bug #412086, reported by Peter Wilson: The _curses module doesn'tAndrew M. Kuchling2001-04-051-0/+13
| | | | | | define COLORS or COLOR_PAIRS until after start_color() is called, but they were never added to the curses module. Fixed by adding a wrapper around start_color(), similar to the wrapper around initscr().
* Added Python function to emulate the ncurses has_key() function.Andrew M. Kuchling2000-08-011-0/+7
|
* Add wrapper for initscr() to copy the ACS_ and LINES,COLS bindingsAndrew M. Kuchling2000-06-261-0/+16
|
* Add contents of curses packageAndrew M. Kuchling2000-06-101-0/+18