summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog/msgbox.c
Commit message (Collapse)AuthorAgeFilesLines
* Use __FBSDID over rcsid[].obrien2003-05-031-4/+2
|
* Handle keys consistently.eric2001-08-091-1/+5
|
* YAMF22jkh1997-03-291-2/+2
|
* Allow emacs-style next/prev characters as well as arrow keys so thatjkh1997-01-151-0/+2
| | | | I can offer this as a consistent feature.
* Line up some of these OK boxes properly again.jkh1996-12-121-2/+2
|
* "CONTINUE" was just too long. Make it a nice "OK" now.jkh1996-10-041-1/+1
|
* 1. Remove some ancient bogons from when I initially added dialogMenuItemjkh1996-07-111-2/+2
| | | | | support. 2. Have message boxes say "Continue" instead of "Exit"
* Next round of changes - make dialog boxes drawable at arbitrary X,Y locationsjkh1996-01-011-2/+2
| | | | | | and add selection traversal callbacks so context-sensitive behavior can even be implemented for individual menu items. These work around the two largest issues holding me back with some of my sysinstall changes.
* Remove trailing whitespace.rgrimes1995-05-301-7/+7
|
* Upgrade.ache1995-04-201-4/+6
| | | | Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl>
* Simplify notify()ache1995-02-231-3/+4
| | | | | | | Fix dupwin usage, now it really restore screen Disable helpline while helpfile displayed Fix helpfile borders Fix mesgbox range computing
* file selector, helpline, helpfile and more, with my fixesache1995-02-151-0/+235
| | | | Submitted by: wmbfmk@urc.tue.nl
* Add more range/argument checkingache1995-01-301-1/+3
| | | | Submitted by: charnier@lirmm.fr
* silently restrict all boxes to LINES, COLSache1994-11-181-0/+4
|
* Full autosizing support, now you can pass -1, -1 for anyache1994-11-161-1/+9
| | | | string
* Add pointer check after each newwin/subwin with error diagnosticache1994-10-311-0/+5
|
* Implement dialog_prgbox() function which allows run programache1994-10-281-2/+5
| | | | (via pipe) with output to dialog box
* Declare more functions externally.ache1994-10-201-1/+1
| | | | Don't forget to use 'make beforeinstall'...
* Make all dialog box available from C programs via functions callsache1994-10-111-0/+82
OpenPOWER on IntegriCloud