On Jan 23, 2006, at 0:13, Tim Bunce (via RT) wrote:
$ parrot examples/library/ncurses_life.pir src/nci.c:45: failed assertion `n < st->src.n'
Running it inside gdb with --trace (and stderr captured) revealed that the call to 'wattron' was missing the screen argument. Fixed r11319.
Thanks for testing this. leo