Changes by Dafydd Crosby :
Removed file: http://bugs.python.org/file19808/mouse_and_colour.diff
___
Python tracker
<http://bugs.python.org/issue10525>
___
___
Python-bug
Dafydd Crosby added the comment:
Sounds like an awesome idea.
The new patch now coloured cells :-)
--
Added file: http://bugs.python.org/file19817/mouse_and_colour.diff
___
Python tracker
<http://bugs.python.org/issue10
New submission from Dafydd Crosby :
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