1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/gnu/lib/libdialog
Jordan K. Hubbard e6657d443e Add a new function, dialog_noyes(), for sysinstall to be able to
present questinos with a different default answer.  Somebody submitted
a patch to me once which did something this but I lost it (my bad) so
I'm just going to re-implement it with thanks to whomever it was who
gave me the idea.
2000-12-14 02:35:22 +00:00
..
TESTS Add a new function, dialog_noyes(), for sysinstall to be able to 2000-12-14 02:35:22 +00:00
CHANGES
checklist.c
colors.h
COPYING
dialog.3 mdoc(7) police: Add a missing `.Sm on' request. 2000-11-21 18:18:46 +00:00
dialog.h Add a new function, dialog_noyes(), for sysinstall to be able to 2000-12-14 02:35:22 +00:00
dialog.priv.h
dir.c
dir.h
fselect.c
gauge.c
help.c
inputbox.c
kernel.c
lineedit.c
Makefile Remove unneded -lmytinfo 2000-09-16 04:27:30 +00:00
menubox.c
msgbox.c
notify.c
prgbox.c include <sys/types.h> 2000-10-15 20:49:53 +00:00
radiolist.c
raw_popen.c
rc.c
rc.h
README
textbox.c
TODO
tree.c
ui_objects.c
ui_objects.h
yesno.c Add a new function, dialog_noyes(), for sysinstall to be able to 2000-12-14 02:35:22 +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.