SlackBuildsOrg/libraries/cdk
B. Watson 355995e538 libraries/cdk: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-13 15:26:55 -04:00
..
cdk.info
cdk.SlackBuild libraries/cdk: Remove .la files. 2022-02-16 08:19:06 +07:00
README libraries/cdk: Wrap README at 72 columns. 2022-03-13 15:26:55 -04:00
slack-desc

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.