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 Dafydd.Crosby
Recipients Dafydd.Crosby
Date 2010-11-25.05:44:18
SpamBayes Score 0.00022572446
Marked as misclassified No
Message-id <1290663861.94.0.159219260836.issue10525@psf.upfronthosting.co.za>
In-reply-to
Content
I was just going through the source of the curses demo Game of Life (life.py), and saw that the TODO had mouse support and colour.

I created a patch that adds those two wishlist items. Given that mouse support and the use of curses.flash() are missing from the demo programs, I think it's a bit of an upgrade ;-)
History
Date User Action Args
2010-11-25 05:44:22Dafydd.Crosbysetrecipients: + Dafydd.Crosby
2010-11-25 05:44:21Dafydd.Crosbysetmessageid: <1290663861.94.0.159219260836.issue10525@psf.upfronthosting.co.za>
2010-11-25 05:44:19Dafydd.Crosbylinkissue10525 messages
2010-11-25 05:44:19Dafydd.Crosbycreate