The makers of PDcurses said it will work on windows.
Using MINGW32 and msys I tried ./configure
But it raised an error :
no ipc header files.
Others said that ipc doesn't exist on windows. Please help me how to build it.
You may be configuring for X11, see the win32/README file.
Or, install with mingw-get install pdcurses
and mingw-get install libpdcurses
.