freebsd-dev/gnu/lib/libdialog
Andrey A. Chernov 2270889953 Fix arrows printout for non-arrows keys in menubox
Move arrows printout to single kernel function
Add PgUp/PgDn/Home/End to checkbox and radiobox
1995-03-02 01:03:39 +00:00
..
CHANGES file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
checklist.c Fix arrows printout for non-arrows keys in menubox 1995-03-02 01:03:39 +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.h file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
dialog.priv.h Fix arrows printout for non-arrows keys in menubox 1995-03-02 01:03:39 +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 Fix arrows printout for non-arrows keys in menubox 1995-03-02 01:03:39 +00:00
lineedit.c file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
Makefile file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
menubox.c Fix arrows printout for non-arrows keys in menubox 1995-03-02 01:03:39 +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 Fix arrows printout for non-arrows keys in menubox 1995-03-02 01:03:39 +00:00
raw_popen.c Implement dialog_prgbox() function which allows run program 1994-10-28 03:08:28 +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 file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
TODO 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

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.