jkh adeba4991f Remove the special-case behavior for fire actions that return
DITEM_FAILURE - formerly they would simply act as an implicit "continue",
but this is wrong.  If you want this behavior, you should now return
with the DITEM_CONTINUE flag set.

Also make the semantics of DITEM_RESTORE quite a bit different - rather
than restore the screen back to pre-menu state, we restore the menu
itself.  This is more correct for a variety of reasons when dealing with
nested menus (whoops!).
1996-04-18 13:21:26 +00:00
..
1995-12-23 01:10:20 +00:00
1995-05-30 05:05:38 +00:00
1995-05-30 05:05:38 +00:00
1995-05-30 05:05:38 +00:00
1995-05-30 05:05:38 +00:00
1995-05-30 05:05:38 +00:00
1995-05-30 05:05:38 +00:00
1995-05-30 05:05:38 +00:00
1995-05-30 05:05:38 +00:00
1995-05-30 05:05:38 +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.