freebsd_amp_hwpstate/gnu/lib/libdialog
Jordan K. Hubbard fac5450c4f Somewhere along the way, multiple targets started working and nobody
noticed.
1996-12-14 16:40:05 +00:00
..
TESTS Somewhere along the way, multiple targets started working and nobody 1996-12-14 16:40:05 +00:00
CHANGES
COPYING
Makefile
README
TODO
checklist.c
colors.h
dialog.3
dialog.h Add another hateful global to libdialog (what the heck, there are already 1996-12-14 16:14:21 +00:00
dialog.priv.h
dir.c
dir.h
fselect.c
gauge.c
help.c
inputbox.c Add another hateful global to libdialog (what the heck, there are already 1996-12-14 16:14:21 +00:00
kernel.c Add another hateful global to libdialog (what the heck, there are already 1996-12-14 16:14:21 +00:00
lineedit.c Add another hateful global to libdialog (what the heck, there are already 1996-12-14 16:14:21 +00:00
menubox.c
msgbox.c
notify.c
prgbox.c
radiolist.c
raw_popen.c
rc.c
rc.h
textbox.c Add another hateful global to libdialog (what the heck, there are already 1996-12-14 16:14:21 +00:00
ui_objects.c Add another hateful global to libdialog (what the heck, there are already 1996-12-14 16:14:21 +00:00
ui_objects.h Add another hateful global to libdialog (what the heck, there are already 1996-12-14 16:14:21 +00:00
yesno.c

README

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.