summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/share/dialog.subr
Commit message (Expand)AuthorAgeFilesLines
* Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-usedteske2013-10-091-0/+12
* Adjust comments to fit within 80-columns.dteske2013-07-091-4/+4
* Fix conditional (der should match the comment above it).dteske2013-07-091-1/+1
* Do two things: First, don't obscure the backtitle. Second, read ~/.dialogrcdteske2013-07-091-1/+47
* Fix typos in the BSD License.dteske2013-07-071-2/+2
* Be consistent with other usr.sbin programs w/respect to the copyrightdteske2013-07-071-1/+1
* More whitespace.dteske2013-06-241-2/+2
* Typo and grammar fixes to comments.dteske2013-06-211-1/+1
* Change the f_dialog_{yesno,noyes}() function-arguments in `dialog.subr' todteske2013-06-181-6/+6
* Change the f_dialog_msgbox() arguments in `dialog.subr' to accomodate andteske2013-06-181-3/+4
* Similar to r251236, r251242, and r251244. Introduce new function-pair todteske2013-06-041-0/+38
* Improve debugging for f_dialog_*_constrain() to print constrained ratherdteske2013-06-041-2/+15
* Make proper use of locals in f_dialog_init().dteske2013-06-021-5/+4
* Improvements to whitespace and comments.dteske2013-06-021-1/+1
* Fix option processing from the library layer to address unexpecteddteske2013-06-021-4/+6
* Improve the dialog(1) API in dialog.subr by adding f_dialog_default_store()dteske2013-06-021-0/+39
* Similar to r251236, improve the portion of dialog(1) API in dialog.subrdteske2013-06-021-35/+93
* Improve portion of the dialog(1) API in dialog.subr responsible fordteske2013-06-011-18/+69
* Improve portion of the dialog(1) API in dialog.subr responsible fordteske2013-05-311-761/+1041
* Centralize standard getopts arguments, both for convenience and to correctdteske2013-05-141-4/+16
* New helper functions for common widgets.dteske2013-04-221-0/+136
* Proper fix for copy/paste error (first attempt r249756).dteske2013-04-221-2/+2
* Fix a copy/paste error.dteske2013-04-221-2/+2
* Update copyright following last commit.dteske2013-01-071-1/+1
* Add nonInteractive support to f_dialog_yesno/noyes().dteske2013-01-071-0/+7
* Comments.dteske2012-12-291-1/+4
* Add missing enforcement of height restriction after minor adjustment.dteske2012-12-291-0/+1
* Add support for running without a controlling terminal (for example, whendteske2012-12-291-8/+21
* Add more debugging to help with diagnosis of program-flow when needed.dteske2012-12-251-0/+7
* Change axiom for initialization. Including script can disable (default)dteske2012-12-211-1/+4
* Improve the debugging abilities and clean up debug messages. In most cases,dteske2012-12-211-1/+1
* Add much-needed dialog(1) --inputbox function for simplifying the process ofdteske2012-12-211-2/+48
* Allow setting of NULL titles with f_dialog_[back]title().dteske2012-11-271-2/+2
* Change self-initialization to occur when loaded versus the previous behaviordteske2012-11-271-34/+5
* Whitespace.dteske2012-11-241-1/+1
* Tighten-up displays that use a NULL prompt (e.g., networking and usermgmt).dteske2012-10-261-1/+1
* Fix copy/paste error.dteske2012-10-261-1/+1
* Switch from using a msgbox to display help files to a textbox instead. Thedteske2012-10-261-0/+42
* Reverse SVN r240770 -- jilles@ made a suggestion that allowed us to redesigndteske2012-09-211-3/+3
* Replace redirections to /dev/null with "close file-descriptor" syntax (>&-).dteske2012-09-211-3/+3
* Change all invocations of dialog(1) to no-longer require temporary files.dteske2012-09-201-36/+16
* Move major includes into /usr/share/bsdconfig for easy external access.dteske2012-09-181-0/+1443
OpenPOWER on IntegriCloud