mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-07-26 02:42:21 +00:00
now. The main goal here is to allow A_BOLD to select *either* high intensity color (the old behavior) *or* a genuine bold font (the new option for SDL-TTF and X11), but not both at once; and also to facilitate similar choice with A_BLINK in the future. (High-intensity color can still be combined with bold fonts by directly selecting one of the 8-15 colors.) A_ITALIC is also half-covered, but since A_INVIS is kind of useless, I've omitted PDC_set_italic(). To Do: Test everywhere; more docs.
PDCurses Portable Core
This directory contains core PDCurses source code files common to all platforms.
Building
These modules are built by the platform-specific makefiles, in the platform directories.
Distribution Status
The files in this directory are released to the Public Domain.
Acknowledgements
The panel library was originally provided by Warren Tucker wht@n4hgf.mt-park.ga.us