summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog/TESTS
Commit message (Collapse)AuthorAgeFilesLines
* Use __FBSDID over rcsid[].obrien2003-05-0321-42/+63
|
* This is WARNS=2 clean.obrien2003-05-031-0/+1
|
* Add a new function, dialog_noyes(), for sysinstall to be able tojkh2000-12-141-5/+8
| | | | | | | present questinos with a different default answer. Somebody submitted a patch to me once which did something this but I lost it (my bad) so I'm just going to re-implement it with thanks to whomever it was who gave me the idea.
* Remove -lncurses and -lmytinfo from LDFLAGSphantom2000-01-101-3/+5
|
* Cleanup warnings.phantom2000-01-1021-21/+24
|
* $Id$ -> $FreeBSD$peter1999-08-2719-19/+19
|
* Add examples for tree functions.jkh1998-09-296-2/+346
| | | | Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
* Revert $FreeBSD$ to $Id$peter1997-02-2219-19/+19
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1419-19/+19
| | | | | | | | 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.
* Somewhere along the way, multiple targets started working and nobodyjkh1996-12-141-52/+1
| | | | noticed.
* Add another hateful global to libdialog (what the heck, there are alreadyjkh1996-12-142-2/+48
| | | | | | so many). For now, the only extended attribute implemented is NO ECHO, useful for things like passwords. See TESTS/input2.c for an example. This should go into 2.2.
* Round out the examples a little better in showing custom buttons in operationjkh1996-07-021-2/+4
| | | | more than once.
* Remove the special-case behavior for fire actions that returnjkh1996-04-183-65/+14
| | | | | | | | | | | 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!).
* More changes to attempt to make this whole new dialog scheme morejkh1996-04-169-376/+376
| | | | | | | | | 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.
* Make this properly respect obj dirs.jkh1996-04-071-35/+37
|
* Strive for a little more consistency with my examples.jkh1996-04-077-14/+14
|
* Minor tweak to this test.jkh1996-02-081-2/+2
|
* Create individual tests for each dialog feature.jkh1996-01-0119-336/+1266
|
* Add another test to round out the radiolist dialog suite.jkh1995-12-231-31/+107
| | | | | Add more comments and attempt to make everything just that much more understandable.
* o Add some test code.jkh1995-12-232-0/+265
OpenPOWER on IntegriCloud