Mail Archives: djgpp/1998/01/26/06:00:49
>> is anywhere available a DJGPP port of NCurses 4.x? PDCurses 2.2 seem to
be
>> old and incomplete...
>
>PDCurses release 2.3 has been around for a long time at:
>
>ftp://ftp.xylogics.com/pub/misc/PDCurses/
OK, thanks, I am just going to download it.
BTW, my source code (compiled on three different platforms, twice NCurses,
once PDCurses) is full of
#ifdef __PDCURSES__
do_something1();
do_something2();
...
#else
do_it_much_easier();
#endif
I hope the new release of PDCurses will allow me to delete some of the
#ifdef's.
Petr
- Raw text -