Curses Development Kit 5.0-20060507 review

Download
by rbytes.net on

Curses Development Kit is a library of widgets for curses development. Installation: To build the library cd into the Cdk distr

License: BSD License
File size: 387K
Developer: T.E.Dickey
0 stars award from rbytes.net

Curses Development Kit is a library of widgets for curses development.

Installation:

To build the library cd into the Cdk distribution directory and follow the following steps:

1) Run configure. This will create a Makefile with a default install directory root of /usr/local. If you want to change the default install directory use the --prefix command line argument on configure. For example, if you want to install under /export/local instead, run the command: ./configure --prefix="/export/local"

2) Type make. This will make the library, the example binaries and the demonstration binaries.

3) Type make install. This will install the CDK distribution. Look at step 1 if you want to install other than /usr/local.

What's New in This Release:
Adds functions to simplify changes of the list for alphalist and fselect widgets.
Modifies handling of the delete key to make it delete the current character (unlike backspace).
Several other minor fixes and improvements.

Curses Development Kit 5.0-20060507 keywords