From e83181cac9af71c710872e493438d995987bf86a Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Wed, 12 May 2010 23:30:01 +0200 Subject: libraries/cdk: Added to 12.2 repository --- libraries/cdk/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libraries/cdk/README (limited to 'libraries/cdk/README') diff --git a/libraries/cdk/README b/libraries/cdk/README new file mode 100644 index 0000000000000..8e6518426cbd0 --- /dev/null +++ b/libraries/cdk/README @@ -0,0 +1,10 @@ +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. \ No newline at end of file -- cgit v1.2.3