summaryrefslogtreecommitdiffstats
path: root/Lib/curses/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* 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