freebsd_amp_hwpstate/gnu/lib/libdialog
Andrey A. Chernov 9b50f2c60a Use new bkgd() function to produce background 1994-12-02 19:49:17 +00:00
..
COPYING
Makefile
README
checklist.c silently restrict all boxes to LINES, COLS 1994-11-18 22:49:09 +00:00
colors.h
dialog.h
dialog.priv.h
inputbox.c silently restrict all boxes to LINES, COLS 1994-11-18 22:49:09 +00:00
kernel.c Use new bkgd() function to produce background 1994-12-02 19:49:17 +00:00
lineedit.c Add ^X,^B,^F,^E,^A 1994-11-20 00:21:02 +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
rc.c
rc.h
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

README

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.