freebsd-dev/gnu/lib/libdialog
Ruslan Ermilov d2893b161b Drop support for COPY, -c has been the default mode of install(1)
for a long time now.

Approved by:	bde
2002-07-29 09:40:17 +00:00
..
TESTS Add a new function, dialog_noyes(), for sysinstall to be able to 2000-12-14 02:35:22 +00:00
CHANGES file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
checklist.c Properly move cursor when home and end keys are used. 2001-08-31 01:56:06 +00:00
colors.h
COPYING
dialog.3 Fixed missing return type in synopsis. 2001-10-03 04:01:51 +00:00
dialog.h Add a new function, dialog_noyes(), for sysinstall to be able to 2000-12-14 02:35:22 +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 Add used includes of <stdlib.h>. 2002-05-30 19:49:21 +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 Drop support for COPY, -c has been the default mode of install(1) 2002-07-29 09:40:17 +00:00
menubox.c Improve the interface provided by libdialog. Move a cursor around over 2001-07-18 05:21:37 +00:00
msgbox.c Handle keys consistently. 2001-08-09 01:14:09 +00:00
notify.c Add used includes of <stdlib.h>. 2002-05-30 19:49:21 +00:00
prgbox.c include <sys/types.h> 2000-10-15 20:49:53 +00:00
radiolist.c Properly move cursor when home and end keys are used. 2001-08-31 01:56:06 +00:00
raw_popen.c Use POSIX macros for wait(2)-style status information instead of the 2002-06-03 23:13:11 +00:00
rc.c
rc.h
README
textbox.c In addition to exiting the dialog via ESC, the user could also have 2002-06-13 23:39:35 +00:00
TODO file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
tree.c Handle keys consistently. 2001-07-26 03:34:43 +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 Improve the interface provided by libdialog. Move a cursor around over 2001-07-18 05:21:37 +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.