aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog/TESTS/menu3.c
Commit message (Collapse)AuthorAgeFilesLines
* Update dialog to version 20100428. This changes the license under whichNathan Whitehorn2011-01-121-107/+0
| | | | | | | | | | | | | | | | dialog is distributed from GPLv2 to LGPLv2 and introduces a number of new features and a new and better libdialog API. The existing libdialog will be kept temporarily as libodialog for compatibility purposes until sade, sysinstall and tzsetup have been either updated or replaced. __FreeBSD_version is now 900030. Discussed on: -current Approved by: core Obtained from: http://invisible-island.net/dialog Notes: svn path=/head/; revision=217309
* Make all tests in libdialog compilable.Andrey V. Elsukov2010-06-151-1/+1
| | | | | | | | | Fix coredump in menu3.c. Approved by: kib (mentor) Notes: svn path=/head/; revision=209200
* Use __FBSDID over rcsid[].David E. O'Brien2003-05-031-2/+3
| | | | Notes: svn path=/head/; revision=114603
* Cleanup warnings.Alexey Zelkin2000-01-101-1/+1
| | | | Notes: svn path=/head/; revision=55752
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22996
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Round out the examples a little better in showing custom buttons in operationJordan K. Hubbard1996-07-021-2/+4
| | | | | | | more than once. Notes: svn path=/head/; revision=16888
* Remove the special-case behavior for fire actions that returnJordan K. Hubbard1996-04-181-9/+3
| | | | | | | | | | | | | | 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!). Notes: svn path=/head/; revision=15289
* More changes to attempt to make this whole new dialog scheme moreJordan K. Hubbard1996-04-161-51/+51
| | | | | | | | | | | | robust. The new "fire" actions, while affording signficantly more interactivity to libdialog, come at a cost - if the fire action trashes the screen then you're not going to be in Kansas anymore when you come back to the menu and there had better be considerable extra smarts in place for coping with such a situation. These changes are my attempt to do just that. Notes: svn path=/head/; revision=15273
* Strive for a little more consistency with my examples.Jordan K. Hubbard1996-04-071-2/+2
| | | | Notes: svn path=/head/; revision=15089
* Create individual tests for each dialog feature.Jordan K. Hubbard1996-01-011-0/+110
Notes: svn path=/head/; revision=13136