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