freebsd-skq/gnu/lib/libdialog
Ruslan Ermilov d2893b161b Drop support for COPY, -c has been the default mode of install(1)
for a long time now.

Approved by:	bde
2002-07-29 09:40:17 +00:00
..
TESTS
CHANGES
checklist.c
colors.h
COPYING
dialog.3
dialog.h
dialog.priv.h
dir.c
dir.h
fselect.c
gauge.c Add used includes of <stdlib.h>. 2002-05-30 19:49:21 +00:00
help.c
inputbox.c
kernel.c
lineedit.c
Makefile Drop support for COPY, -c has been the default mode of install(1) 2002-07-29 09:40:17 +00:00
menubox.c
msgbox.c
notify.c Add used includes of <stdlib.h>. 2002-05-30 19:49:21 +00:00
prgbox.c
radiolist.c
raw_popen.c Use POSIX macros for wait(2)-style status information instead of the 2002-06-03 23:13:11 +00:00
rc.c
rc.h
README
textbox.c In addition to exiting the dialog via ESC, the user could also have 2002-06-13 23:39:35 +00:00
TODO
tree.c
ui_objects.c
ui_objects.h
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.