diff options
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 |
commit | 355995e5389a1f99452528e789ab0ce5da565ee9 (patch) | |
tree | 6a0193b3e301270f044c955a7dfa65fb8f101268 /libraries/cdk | |
parent | adb86546489cce5b4819ebd0b23140e6d4df93e3 (diff) |
libraries/cdk: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/cdk')
-rw-r--r-- | libraries/cdk/README | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/libraries/cdk/README b/libraries/cdk/README index 68ba5ab056d97..5b32729780c73 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. |