Hallo Frank,
Ok, my first patch.
There is no PDCurses for Cygwin (not that I know of) but ncurses is in the Cygwin packages netrelease included:
$ diff -urd p/units/crt.inc~ p/units/crt.inc --- p/units/crt.inc~ 2003-10-07 22:56:39.884168000 +0200 +++ p/units/crt.inc 2003-10-07 22:56:45.512260800 +0200 @@ -449,7 +449,7 @@ #define X11 #endif #if !defined (USE_PDCURSES) && !defined (USE_NCURSES) -#if defined (MSDOS) || defined (_WIN32) || defined (__CYGWIN__) || defined (__EMX__) || defined (XCURSES) +#if defined (MSDOS) || defined (_WIN32) || defined (__EMX__) || defined (XCURSES) && !defined(__CYGWIN__) #define USE_PDCURSES #else #define USE_NCURSES
# END
Gerrit