freebsd_amp_hwpstate/gnu/lib/libdialog
Warner Losh bdca080cce Use braces to avoid potentially ambiguous else clause.
main's return type is int not void.

Reviewed by: obrien and chuckr
1999-04-25 22:14:06 +00:00
..
TESTS Add examples for tree functions. 1998-09-29 12:22:46 +00:00
CHANGES
COPYING
Makefile Add documentation for new tree functions. 1998-10-02 11:23:47 +00:00
README
TODO
checklist.c
colors.h
dialog.3 Don't use backslash-newline to split the too-long line for 1999-03-05 14:43:29 +00:00
dialog.h Add support for saved trees. 1998-09-29 12:22:36 +00:00
dialog.priv.h
dir.c Fix bogus length restriction on readlink. Use sizeof(buf) - 1 rather 1998-09-10 16:14:29 +00:00
dir.h
fselect.c
gauge.c
help.c
inputbox.c
kernel.c
lineedit.c
menubox.c Use braces to avoid potentially ambiguous else clause. 1999-04-25 22:14:06 +00:00
msgbox.c
notify.c
prgbox.c
radiolist.c
raw_popen.c
rc.c
rc.h
textbox.c
tree.c Use braces to avoid potentially ambiguous else clause. 1999-04-25 22:14:06 +00:00
ui_objects.c
ui_objects.h
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.