freebsd-dev/gnu/lib/libdialog
Bruce Evans 18b29797da Fixed synopsis. There was a missing arg, 3 args with the wrong type,
and many apparent dependendcies on <sys/types.h> from use of u_char.
<dialog.h> avoids u_char, so avoid it here too.
1997-04-13 12:36:42 +00:00
..
TESTS Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
CHANGES
checklist.c Go on one of my periodic rampages through this code, trying to make 1997-01-17 08:19:19 +00:00
colors.h
COPYING
dialog.3 Fixed synopsis. There was a missing arg, 3 args with the wrong type, 1997-04-13 12:36:42 +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 Go on one of my periodic rampages through this code, trying to make 1997-01-17 08:19:19 +00:00
dir.c Eliminated includes of the "temporary" backwards compatibility header 1996-09-24 08:08:11 +00:00
dir.h
fselect.c When wrong directory choosed and chdir failed, directory name 1997-02-18 14:26:24 +00:00
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 Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
menubox.c Fix various overflows for items longer then menu width. 1997-02-28 19:18:47 +00:00
msgbox.c YAMF22 1997-03-29 19:51:48 +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 Go on one of my periodic rampages through this code, trying to make 1997-01-17 08:19:19 +00:00
raw_popen.c
rc.c
rc.h
README
textbox.c Allow emacs-style next/prev characters as well as arrow keys so that 1997-01-15 02:50:48 +00:00
TODO
ui_objects.c When wrong directory choosed and chdir failed, directory name 1997-02-18 14:26:24 +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.