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 9e3cde79ae
Extracted logic for software blinking and PDC_gotoyx() into common/blink.c
All ports except DOS,  console OS/2,  and VT have nearly similar
functions to blink text and to redraw the cursor,  and to handle
the PDC_gotoyx() function.  The relevant logic from the framebuffer
port is now in common/blink.c,  and will soon be used on most or
all of the other non-hardware-blinking platforms.
3 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. 3 years ago
approx.c 'dosutil.c' misbehaved for negative arguments. Also fixed a timing error of (theoretically) one part in 250 million, and added explanations. 4 months ago
blink.c Extracted logic for software blinking and PDC_gotoyx() into common/blink.c 3 days ago
config_curses.c _unlink() isn't defined in OpenWATCOM. Actually, it appears to be (unsurprisingly) basically only a Microsoft® compiler thing. 6 months ago
dos_key.h Extracted the list of DOS key codes used in the DOS, DOSVGA, and OS/2 ports into 'common/dos_key.h'. It's now used in DOS builds of the VT port, and will probably be used in the other ports soon. 1 week ago
dosutil.c 'dosutil.c' misbehaved for negative arguments. Also fixed a timing error of (theoretically) one part in 250 million, and added explanations. 4 months 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 4 months ago
mouse.c Assorted documentation changes in code, READMEs, and HISTORY.md 6 months ago
pdcclip.c Added parens in documentation for clarity 6 months ago
pdccolor.c On platforms where sizeof( int) == 2, PACK_RGB could fail to suitably promote values to 32 bits. 5 months 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.) 8 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. 4 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. 6 years ago
psf.c PSF (PC Screen Font) functions are currently only used in the framebuffer/DRM port, but should/soon may be used in other ports (DOSVGA, maybe the SDLs). Much of the relevant code is now in the 'common' directory. 5 days ago
psf.h PSF (PC Screen Font) functions are currently only used in the framebuffer/DRM port, but should/soon may be used in other ports (DOSVGA, maybe the SDLs). Much of the relevant code is now in the 'common' directory. 5 days ago
psf_wide.h PSF (PC Screen Font) functions are currently only used in the framebuffer/DRM port, but should/soon may be used in other ports (DOSVGA, maybe the SDLs). Much of the relevant code is now in the 'common' directory. 5 days ago
watcom.mif OpenWATCOM builds shouldn't make 'show_uni' except for wide builds, and 'clean' should also clean the test executables. 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. 8 months ago