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 8aba2b42f1
Updated README.md for framebuffer/DRM port. Clarified a comment about the 'common' mouse handling code. Updated PDC_VER_DAY and HISTORY.md.
4 days 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 Some progress in use of a 'configure' option with OpenWATCOM in DOS. Long file names cause trouble. 3 years ago
dosutil.c DOS 'PDC_napmsl()' didn't round to the nearest clock tick correctly. The quantity added should have been 23590, about half the divisor 47181. With the incorrect value, naps would be one tick (about 55 milliseconds) shorter than they should be about 40% of the time. Unsurprisingly, nobody noticed. (But it was _wrong_.) 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 Framebuffer/DRM port can now _show_ (but doesn't yet respond to) a mouse cursor, if built with HAVE_MOUSE=Y. Getting clicks/move events will be a separate, and probably simple, issue. 1 month ago
mouse.c Updated README.md for framebuffer/DRM port. Clarified a comment about the 'common' mouse handling code. Updated PDC_VER_DAY and HISTORY.md. 4 days ago
pdcclip.c Implicitly cast a size_t value to an integer, in 'calendar' demo and in generic clipboard function. Errors spotted by MSVC. 3 years ago
pdccolor.c I expect to make the 'blink state' a steadily incremented value in at least some ports, instead of being a simple on/off switch. If blinking text occurs over stages, instead of just flashing, it may be less jarring. 1 month 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.) 2 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 'watcom.mif' revised so one can build the test programs with OpenWATCOM 1 year 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. 2 months ago