in reply to Curses.pm with Term::ANSIColor

There is a patch to build Curses with perl 5.8.

The test suite has color tests, run them to check what Curses will do.

After Compline,
Zaxo

Replies are listed 'Best First'.
Re: Re: Curses.pm with Term::ANSIColor
by Llew_Llaw_Gyffes (Scribe) on May 07, 2003 at 03:50 UTC
    Sadly, this patch does not appear to produce a working Curses.pm on my systems. However, by subtly undefining and defining ERR (present in the ncurses header files, but not apparently picked up correctly) in appropriate cases, I've managed to get it to build, install and work. :)