opnsense-src/gnu/lib/libdialog
Eric Melville 87aaead2f8 Improve the interface provided by libdialog. Move a cursor around over
the components and trigger actions based on its position. This reduces
the need to remember the functions of various keys, and makes the
interface more consistant across library.
~
2001-07-18 05:21:37 +00:00
..
TESTS Add a new function, dialog_noyes(), for sysinstall to be able to 2000-12-14 02:35:22 +00:00
CHANGES
checklist.c Improve the interface provided by libdialog. Move a cursor around over 2001-07-18 05:21:37 +00:00
colors.h
COPYING
dialog.3 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 10:42:19 +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
dir.c
dir.h
fselect.c
gauge.c
help.c
inputbox.c
kernel.c
lineedit.c
Makefile MAN[1-9] -> MAN. 2001-03-27 14:59:06 +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
notify.c
prgbox.c include <sys/types.h> 2000-10-15 20:49:53 +00:00
radiolist.c Improve the interface provided by libdialog. Move a cursor around over 2001-07-18 05:21:37 +00:00
raw_popen.c Fix the type of the NULL arg to execl() 2001-07-09 09:24:06 +00:00
rc.c
rc.h
README
textbox.c Improve the interface provided by libdialog. Move a cursor around over 2001-07-18 05:21:37 +00:00
TODO
tree.c Improve the interface provided by libdialog. Move a cursor around over 2001-07-18 05:21:37 +00:00
ui_objects.c
ui_objects.h
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.