This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author joergl
Recipients
Date 2003-05-17.12:38:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This trivial patch adds support for the
use_default_colors function 
to the curses module, if supported by the (n)curses
library.
This functionality is needed, if one wants to use
transparency in
a ncurses application.

Included is a corresponding patch for the curses test
module and the
curses module's documentation.

It would be nice, if this patch could be included in
Python2.3.

History
Date User Action Args
2007-08-23 15:27:16adminlinkissue739124 messages
2007-08-23 15:27:16admincreate