HardenedBSD/gnu/lib/libdialog
1994-11-17 22:52:05 +00:00
..
checklist.c Fix original bug with wrong calculated dims for items list. 1994-11-17 19:21:51 +00:00
colors.h
COPYING
dialog.h Add dialog_clear_norefresh() function 1994-11-17 22:52:05 +00:00
dialog.priv.h
inputbox.c
kernel.c Add dialog_clear_norefresh() function 1994-11-17 22:52:05 +00:00
lineedit.c
Makefile
menubox.c Fix original bug with wrong calculated dims for items list. 1994-11-17 19:21:51 +00:00
msgbox.c
prgbox.c Fix original bug with wrong calculated dims for items list. 1994-11-17 19:21:51 +00:00
radiolist.c Fix original bug with wrong calculated dims for items list. 1994-11-17 19:21:51 +00:00
raw_popen.c
rc.c
rc.h
README
textbox.c Fix original bug with wrong calculated dims for items list. 1994-11-17 19:21:51 +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.