Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -5/+4 |
| | |||||
* | Bug #412086, reported by Peter Wilson: The _curses module doesn't | Andrew M. Kuchling | 2001-04-05 | 1 | -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. Kuchling | 2000-08-01 | 1 | -0/+7 |
| | |||||
* | Add wrapper for initscr() to copy the ACS_ and LINES,COLS bindings | Andrew M. Kuchling | 2000-06-26 | 1 | -0/+16 |
| | |||||
* | Add contents of curses package | Andrew M. Kuchling | 2000-06-10 | 1 | -0/+18 |