freebsd-dev/gnu/lib/libdialog
Paul Richards 0adfb6eb99 Added refresh() to dialog_clear so that it actually
clears the screen.
Reviewed by:
Submitted by:
Obtained from:
1994-10-25 15:10:27 +00:00
..
checklist.c Declare more functions externally. 1994-10-20 21:56:45 +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 Make dialog attributes visible from outside (for direct usage 1994-10-24 05:09:45 +00:00
dialog.priv.h Make dialog attributes visible from outside (for direct usage 1994-10-24 05:09:45 +00:00
inputbox.c Implement line_edit() function (full line editor) which may called 1994-10-21 15:42:30 +00:00
kernel.c Added refresh() to dialog_clear so that it actually 1994-10-25 15:10:27 +00:00
lineedit.c Implement line_edit() function (full line editor) which may called 1994-10-21 15:42:30 +00:00
Makefile Implement line_edit() function (full line editor) which may called 1994-10-21 15:42:30 +00:00
menubox.c Declare more functions externally. 1994-10-20 21:56:45 +00:00
msgbox.c Declare more functions externally. 1994-10-20 21:56:45 +00:00
radiolist.c Declare more functions externally. 1994-10-20 21:56:45 +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 Make all dialog box available from C programs via functions calls 1994-10-11 23:30:51 +00:00
textbox.c Implement line_edit() function (full line editor) which may called 1994-10-21 15:42:30 +00:00
yesno.c Declare more functions externally. 1994-10-20 21:56:45 +00:00

This library splitted out from 'dialog' program for use inside
C-programs. For interface function list see dialog.h.
For usage examples see 'dialog' program sources itself into
/usr/src/gnu/usr.bin/dialog.
You can additionly use any ncurses functions after init_dialog().

							Ache.