I've just rechecked, this now also builds with Arnold's Win32 package, as long as the defines in the Makefiles are adjusted (we may want to include additional conditional make parts allowing to pass the curses library doing make, removing the need to adjust the makefile.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
... just recognized that it is just the "c" script that setup using pipcurses.c and that the code already has ncurses.h as an alternaternative.
The open questions are:
Right now ncurses works a little bit, i'm just on it.
The screen is displayed, some special keys do what they're supposed to do, others do nothing or just crap.
Hopefully i can fix it this weekend.
Sounds marvelous, thank you. Note : you may want to have a look at libcob/screenio.c for some key issues and also for PDcurses compatibility.
right now it's tested with ncurses.h and curses.h and it looks quite good :)
Done with latest release.
I've just rechecked, this now also builds with Arnold's Win32 package, as long as the defines in the Makefiles are adjusted (we may want to include additional conditional make parts allowing to pass the curses library doing make, removing the need to adjust the makefile.