freebsd_amp_hwpstate/gnu/lib/libdialog
Andrey A. Chernov 2a9cdd71dd Implement line_edit() function (full line editor) which may called
externally.
Rewrite inputbox/textbox to use this function.
1994-10-21 15:42:30 +00:00
..
COPYING Make all dialog box available from C programs via functions calls 1994-10-11 23:30:51 +00:00
Makefile Implement line_edit() function (full line editor) which may called 1994-10-21 15:42:30 +00:00
README Make all dialog box available from C programs via functions calls 1994-10-11 23:30:51 +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
dialog.h Implement line_edit() function (full line editor) which may called 1994-10-21 15:42:30 +00:00
dialog.priv.h Declare more functions externally. 1994-10-20 21:56: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 Declare more functions externally. 1994-10-20 21:56:45 +00:00
lineedit.c 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
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

README

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.