freebsd_amp_hwpstate/gnu/lib/libdialog
Jordan K. Hubbard 79b4be8ddf Add another test to round out the radiolist dialog suite.
Add more comments and attempt to make everything just that much
more understandable.
1995-12-23 14:53:07 +00:00
..
TESTS Add another test to round out the radiolist dialog suite. 1995-12-23 14:53:07 +00:00
CHANGES file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
COPYING
Makefile Add changes to: 1995-12-23 01:10:20 +00:00
README Translate README to english. :-) 1994-11-02 00:39:42 +00:00
TODO file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
checklist.c Add changes to: 1995-12-23 01:10:20 +00:00
colors.h
dialog.3 Add changes to: 1995-12-23 01:10:20 +00:00
dialog.h Add changes to: 1995-12-23 01:10:20 +00:00
dialog.priv.h Add changes to: 1995-12-23 01:10:20 +00:00
dir.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
dir.h Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
fselect.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
gauge.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
help.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
inputbox.c file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
kernel.c Add changes to: 1995-12-23 01:10:20 +00:00
lineedit.c Fix nasty shadow bug sneaked in Marc's commit. 1995-05-08 01:43:52 +00:00
menubox.c Add changes to: 1995-12-23 01:10:20 +00:00
msgbox.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
notify.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
prgbox.c Get rid of strtok(), it is depricated inside libs 1995-03-24 17:59:48 +00:00
radiolist.c Add changes to: 1995-12-23 01:10:20 +00:00
raw_popen.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
rc.c Declare more functions externally. 1994-10-20 21:56:45 +00:00
rc.h
textbox.c Fix nasty shadow bug sneaked in Marc's commit. 1995-05-08 01:43:52 +00:00
ui_objects.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
ui_objects.h Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
yesno.c Remove trailing whitespace. 1995-05-30 05:05:38 +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.