[issue10525] Added mouse and colour support to Game of Life curses demo

2010-11-25 Thread Dafydd Crosby
Changes by Dafydd Crosby : Removed file: http://bugs.python.org/file19808/mouse_and_colour.diff ___ Python tracker <http://bugs.python.org/issue10525> ___ ___ Python-bug

[issue10525] Added mouse and colour support to Game of Life curses demo

2010-11-25 Thread Dafydd Crosby
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

[issue10525] Added mouse and colour support to Game of Life curses demo

2010-11-24 Thread Dafydd Crosby
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