PDCursesMod icon indicating copy to clipboard operation
PDCursesMod copied to clipboard

Public Domain Curses - a curses library for environments that don't fit the termcap/terminfo model, modified and extended from the 'official' version

Results 63 PDCursesMod issues
Sort by recently updated
recently updated
newest added

Sadly the current release does not build with "old MinGW" any more (last tested with 4.4.0, which worked out of the box): ```sh cd wincon && make INFOEX=N CHTYPE_64=Y DEBUG=Y...

I've made a little test-program for UTF-8 encoded strings. The gist of it: ```c /** * Check the UTF-8 output of 2 airports. * * "KEF" should translate to "Reykjavik"...

In my program, I use an `amalgamation.c` file with all needed PDCurses-Mod files needed to support WinCon. I think such an `amalgamation.c` makes it easier to build; no need for...