48cfb668fc
specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary.
This library was split out from the `dialog' program for use in C programs. For a list of interface functions, see dialog.h. For usage examples, see the `dialog' program sources in /usr/src/gnu/usr.bin/dialog. You can additionally use any ncurses functions after init_dialog(). Ache.