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

2010-11-25 Thread Senthil Kumaran
Senthil Kumaran added the comment: Committed in r86750. Thank you! -- resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 3.2 ___ Python tracker ___

[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 ___ ___ Python-bugs-list ma

[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

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

2010-11-24 Thread Senthil Kumaran
Senthil Kumaran added the comment: On Thu, Nov 25, 2010 at 05:44:21AM +, Dafydd Crosby wrote: > 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 ;-) > Pretty

[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 t