HardenedBSD/gnu/lib/libdialog
1994-11-18 01:02:42 +00:00
..
checklist.c
colors.h
COPYING
dialog.h Add new parameter to line_edit: field length (-1 means unlimited) 1994-11-18 01:02:42 +00:00
dialog.priv.h
inputbox.c Add new parameter to line_edit: field length (-1 means unlimited) 1994-11-18 01:02:42 +00:00
kernel.c
lineedit.c Add new parameter to line_edit: field length (-1 means unlimited) 1994-11-18 01:02:42 +00:00
Makefile
menubox.c
msgbox.c
prgbox.c
radiolist.c
raw_popen.c
rc.c
rc.h
README
textbox.c Add new parameter to line_edit: field length (-1 means unlimited) 1994-11-18 01:02:42 +00:00
yesno.c

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.