diff options
| author | Alfonso S. Siciliano <asiciliano@FreeBSD.org> | 2022-09-25 13:04:33 +0000 |
|---|---|---|
| committer | Alfonso S. Siciliano <asiciliano@FreeBSD.org> | 2022-09-25 13:04:33 +0000 |
| commit | 9f24fda5a8e7ab8243e71473c7e2dc98b4877e64 (patch) | |
| tree | cf0c83c2ef1a564eb8bd492fde38c52a9fcdfca0 /examples_library/compile | |
| parent | 2c9fd7655ba54e7239f528e1af9fe09662de9b03 (diff) | |
contrib/bsddialog: Import version 0.4vendor/bsddialog/0.4
Improvements and changes to integrate bsddialog(1) with scripts in BASE.
Overview:
* New options. --and-widget, --keep-tite, --calendar.
* Change output format. Menus and --print-maxsize.
* Redefine sizing. Fixed rows, cols and menurows became at the most.
* Add DIAGNOSTICS. Error messages for bad arguments and options.
* Add keys. Space for --menu, fast keys for --msgbox and --yesno.
* Text. Change default text modification, add --cr-wrap.
See /usr/src/contrib/bsddialog/CHANGELOG '2022-09-24 Version 0.4'
for more detailed information.
Diffstat (limited to 'examples_library/compile')
| -rwxr-xr-x | examples_library/compile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples_library/compile b/examples_library/compile index 6f2c23b8ca75..4cb6d23bd6a6 100755 --- a/examples_library/compile +++ b/examples_library/compile @@ -10,7 +10,7 @@ libpath=../lib examples="menu checklist radiolist mixedlist theme infobox yesno msgbox \ - datebox form timebox rangebox pause" + datebox form timebox rangebox pause calendar" rm -f $examples |
