mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
dialog is distributed from GPLv2 to LGPLv2 and introduces a number of new features and a new and better libdialog API. The existing libdialog will be kept temporarily as libodialog for compatibility purposes until sade, sysinstall and tzsetup have been either updated or replaced. __FreeBSD_version is now 900030. Discussed on: -current Approved by: core Obtained from: http://invisible-island.net/dialog
8 lines
294 B
Text
8 lines
294 B
Text
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.
|