opnsense-src/gnu/lib/libodialog
Nathan Whitehorn 4c8945a06b Update dialog to version 20100428. This changes the license under which
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
2011-01-12 14:55:02 +00:00
..
TESTS Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
CHANGES Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
checklist.c Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
colors.h Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
COPYING Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
dialog.3 Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
dialog.h Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
dialog.priv.h Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
dir.c Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
dir.h Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
fselect.c Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
gauge.c Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
help.c Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
inputbox.c Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
kernel.c Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
lineedit.c Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
Makefile Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
menubox.c Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
msgbox.c Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
notify.c Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
prgbox.c Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
radiolist.c Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
raw_popen.c Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
rc.c Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
rc.h Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
README Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
textbox.c Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
TODO Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
tree.c Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
ui_objects.c Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
ui_objects.h Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
yesno.c Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00

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.