ff9186df13
and add selection traversal callbacks so context-sensitive behavior can even be implemented for individual menu items. These work around the two largest issues holding me back with some of my sysinstall changes.
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.