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

Dafydd Crosby report at bugs.python.org
Thu Nov 25 06:44:22 CET 2010


New submission from Dafydd Crosby <dtcrsby at gmail.com>:

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 ;-)

----------
components: Demos and Tools
files: mouse_and_colour.diff
keywords: patch
messages: 122332
nosy: Dafydd.Crosby
priority: normal
severity: normal
status: open
title: Added mouse and colour support to Game of Life curses demo
type: behavior
Added file: http://bugs.python.org/file19808/mouse_and_colour.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10525>
_______________________________________


More information about the Python-bugs-list mailing list