summaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog/msgbox.c
Commit message (Collapse)AuthorAgeFilesLines
* YAMF22Jordan K. Hubbard1997-03-291-2/+2
| | | | Notes: svn path=/head/; revision=24389
* Allow emacs-style next/prev characters as well as arrow keys so thatJordan K. Hubbard1997-01-151-0/+2
| | | | | | | I can offer this as a consistent feature. Notes: svn path=/head/; revision=21697
* Line up some of these OK boxes properly again.Jordan K. Hubbard1996-12-121-2/+2
| | | | Notes: svn path=/head/; revision=20359
* "CONTINUE" was just too long. Make it a nice "OK" now.Jordan K. Hubbard1996-10-041-1/+1
| | | | Notes: svn path=/head/; revision=18682
* 1. Remove some ancient bogons from when I initially added dialogMenuItemJordan K. Hubbard1996-07-111-2/+2
| | | | | | | | support. 2. Have message boxes say "Continue" instead of "Exit" Notes: svn path=/head/; revision=17098
* Next round of changes - make dialog boxes drawable at arbitrary X,Y locationsJordan K. Hubbard1996-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. Notes: svn path=/head/; revision=13135
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-7/+7
| | | | Notes: svn path=/head/; revision=8858
* Upgrade.Andrey A. Chernov1995-04-201-4/+6
| | | | | | | Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl> Notes: svn path=/head/; revision=7959
* Simplify notify()Andrey A. Chernov1995-02-231-3/+4
| | | | | | | | | | Fix dupwin usage, now it really restore screen Disable helpline while helpfile displayed Fix helpfile borders Fix mesgbox range computing Notes: svn path=/head/; revision=6674
* file selector, helpline, helpfile and more, with my fixesAndrey A. Chernov1995-02-151-0/+235
| | | | | | | Submitted by: wmbfmk@urc.tue.nl Notes: svn path=/head/; revision=6458
* Add more range/argument checkingAndrey A. Chernov1995-01-301-1/+3
| | | | | | | Submitted by: charnier@lirmm.fr Notes: svn path=/head/; revision=6035
* silently restrict all boxes to LINES, COLSAndrey A. Chernov1994-11-181-0/+4
| | | | Notes: svn path=/head/; revision=4658
* Full autosizing support, now you can pass -1, -1 for anyAndrey A. Chernov1994-11-161-1/+9
| | | | | | | string Notes: svn path=/head/; revision=4527
* Add pointer check after each newwin/subwin with error diagnosticAndrey A. Chernov1994-10-311-0/+5
| | | | Notes: svn path=/head/; revision=4024
* Implement dialog_prgbox() function which allows run programAndrey A. Chernov1994-10-281-2/+5
| | | | | | | (via pipe) with output to dialog box Notes: svn path=/head/; revision=3950
* Declare more functions externally.Andrey A. Chernov1994-10-201-1/+1
| | | | | | | Don't forget to use 'make beforeinstall'... Notes: svn path=/head/; revision=3740
* Make all dialog box available from C programs via functions callsAndrey A. Chernov1994-10-111-0/+82
Notes: svn path=/cvs2svn/branches/savio_lam/; revision=3515