slackbuilds/libraries/cdk
Matteo Bernardini 6b1cc40300 libraries/cdk: Mirror download url.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2018-03-10 07:11:21 +07:00
..
README libraries/cdk: Updated for version 5.0_20110517. 2012-02-11 21:19:28 -06:00
cdk.SlackBuild libraries/cdk: Updated for version 5.0_20160131. 2016-08-13 07:22:36 +07:00
cdk.info libraries/cdk: Mirror download url. 2018-03-10 07:11:21 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

Cdk stands for 'Curses Development Kit' and it currently contains 21 ready
to use widgets which facilitate the speedy development of full screen
curses programs.

This is a modified/enhanced version of Cdk. The intent of the modifications
is to preserve nominal compatibility with the original Cdk, while fixing
bugs and design limitations.  Some macros such as ObjOf() have been introduced
to move details out of individual widgets into common functionality (see
the cdk_objs.h header).  In addition, fixed array limits have been removed,
using new functions in some instances which do not have the fixed limits.