freebsd-dev/gnu/lib/libdialog
Brian Feldman c9215ae2ed *draws his sword*
I smite thee, vile buildworld breakage!

The story is that these were added to beforeinstall improperly.  In our
beforeinstall, a full mtree has not been populated.  Since the tree is
not populated, we explode from missing directories on doc install.  It
should not be done in beforeinstall (includes) anyway.
2000-01-11 12:37:57 +00:00
..
TESTS Remove -lncurses and -lmytinfo from LDFLAGS 2000-01-10 11:54:55 +00:00
CHANGES file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
checklist.c *Really* make space accelerators work; no wonder Brian McGovern was 1999-12-17 02:44:09 +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.3 Completely reconstruct page. Make it mdoc(7) style compatible also :) 2000-01-10 09:29:21 +00:00
dialog.h Add support for saved trees. 1998-09-29 12:22:36 +00:00
dialog.priv.h #include <termios.h> 1999-08-30 08:10:42 +00:00
dir.c Fix bogus length restriction on readlink. Use sizeof(buf) - 1 rather 1998-09-10 16:14:29 +00:00
dir.h Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
fselect.c When wrong directory choosed and chdir failed, directory name 1997-02-18 14:26:24 +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 Add another hateful global to libdialog (what the heck, there are already 1996-12-14 16:14:21 +00:00
kernel.c Add another hateful global to libdialog (what the heck, there are already 1996-12-14 16:14:21 +00:00
lineedit.c Add another hateful global to libdialog (what the heck, there are already 1996-12-14 16:14:21 +00:00
Makefile *draws his sword* 2000-01-11 12:37:57 +00:00
menubox.c *Really* make space accelerators work; no wonder Brian McGovern was 1999-12-17 02:44:09 +00:00
msgbox.c YAMF22 1997-03-29 19:51:48 +00:00
notify.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
prgbox.c Line up some of these OK boxes properly again. 1996-12-12 11:05:59 +00:00
radiolist.c *Really* make space accelerators work; no wonder Brian McGovern was 1999-12-17 02:44:09 +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 Make all dialog box available from C programs via functions calls 1994-10-11 23:30:51 +00:00
README Translate README to english. :-) 1994-11-02 00:39:42 +00:00
textbox.c Allow emacs-style next/prev characters as well as arrow keys so that 1997-01-15 02:50:48 +00:00
TODO file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
tree.c Use braces to avoid potentially ambiguous else clause. 1999-04-25 22:14:06 +00:00
ui_objects.c When wrong directory choosed and chdir failed, directory name 1997-02-18 14:26:24 +00:00
ui_objects.h Add another hateful global to libdialog (what the heck, there are already 1996-12-14 16:14:21 +00:00
yesno.c Next round of changes - make dialog boxes drawable at arbitrary X,Y locations 1996-01-01 03:43:58 +00:00

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.