aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog/notify.c
Commit message (Collapse)AuthorAgeFilesLines
* Update dialog to version 20100428. This changes the license under whichNathan Whitehorn2011-01-121-53/+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
* Use __FBSDID over rcsid[].David E. O'Brien2003-05-031-4/+2
| | | | Notes: svn path=/head/; revision=114603
* Add used includes of <stdlib.h>.Garrett Wollman2002-05-301-0/+1
| | | | Notes: svn path=/head/; revision=97623
* Handle keys consistently.Eric Melville2001-08-091-1/+5
| | | | Notes: svn path=/head/; revision=81331
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8858
* Remove extra argument from mesgboxAndrey A. Chernov1995-05-161-1/+1
| | | | Notes: svn path=/head/; revision=8553
* Call mesgbox instead of msgbox for long descriptionsAndrey A. Chernov1995-05-161-1/+1
| | | | Notes: svn path=/head/; revision=8551
* Upgrade.Andrey A. Chernov1995-04-201-0/+4
| | | | | | | Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl> Notes: svn path=/head/; revision=7959
* Simplify notify()Andrey A. Chernov1995-02-231-25/+7
| | | | | | | | | | 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/+64
Submitted by: wmbfmk@urc.tue.nl Notes: svn path=/head/; revision=6458