freebsd-nq/gnu/lib/libdialog
Jordan K. Hubbard 1130b656e5 Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
..
TESTS Make the long-awaited change from $Id$ to $FreeBSD$ 1997-01-14 07:20:47 +00:00
CHANGES
checklist.c 1. Remove some ancient bogons from when I initially added dialogMenuItem 1996-07-11 18:22:16 +00:00
colors.h
COPYING
dialog.3 Make the long-awaited change from $Id$ to $FreeBSD$ 1997-01-14 07:20:47 +00:00
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 Eliminated includes of the "temporary" backwards compatibility header 1996-09-24 08:08:11 +00:00
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
Makefile Make the long-awaited change from $Id$ to $FreeBSD$ 1997-01-14 07:20:47 +00:00
menubox.c 1. Remove some ancient bogons from when I initially added dialogMenuItem 1996-07-11 18:22:16 +00:00
msgbox.c Line up some of these OK boxes properly again. 1996-12-12 11:05:59 +00:00
notify.c
prgbox.c Line up some of these OK boxes properly again. 1996-12-12 11:05:59 +00:00
radiolist.c Pull the fix from rev 1.31.2.1; i've accidentally committed it to 1996-12-26 18:47:11 +00:00
raw_popen.c
rc.c
rc.h
README
textbox.c Add another hateful global to libdialog (what the heck, there are already 1996-12-14 16:14:21 +00:00
TODO
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 Next round of changes - make dialog boxes drawable at arbitrary X,Y locations 1996-01-01 03:43:58 +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.