You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PDCursesMod/common
Bill-Gray d0c2ef2953
Added 'show_uni' (show Unicode data) test program
1 week ago
..
acs_defs.h Thick-lined top tee character was, in Unicode, actually a top tee character with a thick line horizontally and 'normal' vertically. Now, it's thick in all three directions. 2 years ago
config_curses.c _unlink() isn't defined in OpenWATCOM. Actually, it appears to be (unsurprisingly) basically only a Microsoft® compiler thing. 2 months ago
dosutil.c Improved comments in three files. Noted that our return value for the *printw() functions is nonstandard. 1 week ago
font437.h New .h file needed by SDL2 6 years ago
icon32.xpm Icons for X11 and SDL flavors 6 years ago
icon64.xpm Icons for X11 and SDL flavors 6 years ago
iconbmp.h Icons for X11 and SDL flavors 6 years ago
libobjs.mif Added 'show_uni' (show Unicode data) test program 1 week ago
mouse.c Assorted documentation changes in code, READMEs, and HISTORY.md 2 months ago
pdcclip.c Added parens in documentation for clarity 2 months ago
pdccolor.c On platforms where sizeof( int) == 2, PACK_RGB could fail to suitably promote values to 32 bits. 4 weeks ago
pdccolor.h PDC_blink_state should be (and now is) part of the SCREEN structure. (Many externals should be part of SCREEN. This is a start.) 4 months ago
pdccolor.txt 'pdccolor.txt' : updated the memory usage figures (we now use about 25 bytes/color pair instead of four) and fixed a few poorly worded sentences. 3 years ago
pdcurses.rc Versioning in the .rc file assumed only a major and minor version number. We now have changes and the possibility of build numbers. 5 years ago
watcom.mif Added 'show_uni' (show Unicode data) test program 1 week ago
winclip.c WinCon/WinGUI PDC_clearclipboard() function now returns PDC_CLIP_SUCCESS only if the EmptyClipboard() call succeeds, aligning with wmcbrine/PDCurses@26f091f0b6 and wmcbrine/PDCurses@da691a62eb . Also some minor reformatting of associated documentation, again to bring it into alignment with William McBrine's version. 4 months ago