freebsd_amp_hwpstate/gnu/lib/libdialog
Bruce Evans 48cfb668fc Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles.

Previously I missed dozens of Makefiles that skip the install after
using `cmp -s' to decide that the install isn't necessary.
1995-08-06 12:24:38 +00:00
..
CHANGES
COPYING
Makefile Change `install' to `${INSTALL}' so that default install flags can be 1995-08-06 12:24:38 +00:00
README
TODO
checklist.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
colors.h
dialog.h Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
dialog.priv.h Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
dir.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
dir.h Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
fselect.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
gauge.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
help.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
inputbox.c
kernel.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
lineedit.c Fix nasty shadow bug sneaked in Marc's commit. 1995-05-08 01:43:52 +00:00
menubox.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
msgbox.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
notify.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
prgbox.c
radiolist.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
raw_popen.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
rc.c
rc.h
textbox.c Fix nasty shadow bug sneaked in Marc's commit. 1995-05-08 01:43:52 +00:00
ui_objects.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
ui_objects.h Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
yesno.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00

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.