freebsd-dev/gnu/lib/libdialog
Andrey A. Chernov 1d8834adda Back out bkgd() function usage, it acts not from
common sense but from sysv standard
1995-01-16 17:22:35 +00:00
..
checklist.c silently restrict all boxes to LINES, COLS 1994-11-18 22:49:09 +00:00
colors.h Make all dialog box available from C programs via functions calls 1994-10-11 23:30:51 +00:00
COPYING Make all dialog box available from C programs via functions calls 1994-10-11 23:30:51 +00:00
dialog.h Add new parameter to line_edit: field length (-1 means unlimited) 1994-11-18 01:02:42 +00:00
dialog.priv.h Implement dialog_prgbox() function which allows run program 1994-10-28 03:08:28 +00:00
inputbox.c silently restrict all boxes to LINES, COLS 1994-11-18 22:49:09 +00:00
kernel.c Back out bkgd() function usage, it acts not from 1995-01-16 17:22:35 +00:00
lineedit.c Add ^X,^B,^F,^E,^A 1994-11-20 00:21:02 +00:00
Makefile Add a -I${.CURDIR} so that the next time Andrew changes dialog.h, the 1994-10-28 05:36:38 +00:00
menubox.c silently restrict all boxes to LINES, COLS 1994-11-18 22:49:09 +00:00
msgbox.c silently restrict all boxes to LINES, COLS 1994-11-18 22:49:09 +00:00
prgbox.c silently restrict all boxes to LINES, COLS 1994-11-18 22:49:09 +00:00
radiolist.c silently restrict all boxes to LINES, COLS 1994-11-18 22:49:09 +00:00
raw_popen.c Implement dialog_prgbox() function which allows run program 1994-10-28 03:08:28 +00:00
rc.c Declare more functions externally. 1994-10-20 21:56:45 +00:00
rc.h Make all dialog box available from C programs via functions calls 1994-10-11 23:30:51 +00:00
README Translate README to english. :-) 1994-11-02 00:39:42 +00:00
textbox.c silently restrict all boxes to LINES, COLS 1994-11-18 22:49:09 +00:00
yesno.c silently restrict all boxes to LINES, COLS 1994-11-18 22:49:09 +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.