summaryrefslogtreecommitdiffstats
path: root/libraries/cdk/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 15:26:55 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 15:26:55 -0400
commit355995e5389a1f99452528e789ab0ce5da565ee9 (patch)
tree6a0193b3e301270f044c955a7dfa65fb8f101268 /libraries/cdk/README
parentadb86546489cce5b4819ebd0b23140e6d4df93e3 (diff)
downloadslackbuilds-355995e5389a1f99452528e789ab0ce5da565ee9.tar.gz
slackbuilds-355995e5389a1f99452528e789ab0ce5da565ee9.tar.xz
libraries/cdk: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/cdk/README')
-rw-r--r--libraries/cdk/README19
1 files changed, 10 insertions, 9 deletions
diff --git a/libraries/cdk/README b/libraries/cdk/README
index 68ba5ab056..5b32729780 100644
--- a/libraries/cdk/README
+++ b/libraries/cdk/README
@@ -1,10 +1,11 @@
-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.
+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.
+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.