HardenedBSD/gnu/lib/libdialog
Andrey A. Chernov 04339572bc Fix original bug with wrong calculated dims for items list.
Add args check for functions when autosizing impossible.
1994-11-17 19:21:51 +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
dialog.priv.h
inputbox.c
kernel.c
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.