freebsd_amp_hwpstate/gnu/lib/libdialog
Andrey A. Chernov fdcf149868 Simplify notify()
Fix dupwin usage, now it really restore screen
Disable helpline while helpfile displayed
Fix helpfile borders
Fix mesgbox range computing
1995-02-23 22:36:56 +00:00
..
CHANGES file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
COPYING
Makefile file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
README
TODO file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
checklist.c file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
colors.h
dialog.h file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
dialog.priv.h file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
dir.c file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
dir.h file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
fselect.c file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
help.c Simplify notify() 1995-02-23 22:36:56 +00:00
inputbox.c file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
kernel.c file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
lineedit.c file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
menubox.c file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
msgbox.c Simplify notify() 1995-02-23 22:36:56 +00:00
notify.c Simplify notify() 1995-02-23 22:36:56 +00:00
prgbox.c file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
radiolist.c file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
raw_popen.c
rc.c
rc.h
textbox.c file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
ui_objects.c file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
ui_objects.h file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
yesno.c file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +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.