Files
PDCurses/pdcurses
William McBrine 06f3d4e702 Added SP->termattrs and PDC_set_bold(). termattrs() is actually useful
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.
2018-01-01 09:36:58 -05:00
..
2015-06-20 09:06:43 -04:00
2017-12-27 14:56:18 -05:00
2017-12-16 22:49:08 -05:00
2017-12-27 14:56:18 -05:00
2016-01-07 14:06:36 -05:00
2017-12-27 14:56:18 -05:00
2016-02-07 11:17:05 -05:00

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