git: 35879261baf4 - Create tag vendor/bsddialog/0.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Sep 2022 14:37:36 UTC
The annotated tag vendor/bsddialog/0.3 has been created by asiciliano:
URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/bsddialog/0.3
tag vendor/bsddialog/0.3
Tagger: Alfonso S. Siciliano <asiciliano@FreeBSD.org>
TaggerDate: 2022-09-03 14:36:53 +0000
contrib/bsddialog: Tag version 0.3
New features overview:
* Unicode. User interface handles multi-column characters. API can
handle char* like a multibyte character string. Internally wide
characters are used for keyboard input, to adapt word wrapping and
dynamic text auto-sizing for multi-column characters.
* Forms refactoring. Complete rewrite deleting libformw dependency.
* Theme. New utility options to save and load custom theme at run-time.
* TUI navigation. Added keys to navigate input components. Changed
default focus behavior of input dialogs to be LGPL-dialog-like; a new
option can set the previous whiptail-like behavior.
See /usr/src/contrib/bsddialog/CHANGELOG '2022-08-29 Version 0.3'
for more detailed information.
-----BEGIN PGP SIGNATURE-----
iQGTBAABCgB9FiEE3rLDBf8Ek2yJx9ZuP57vrP03HjcFAmMTZppfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldERF
QjJDMzA1RkYwNDkzNkM4OUM3RDY2RTNGOUVFRkFDRkQzNzFFMzcACgkQP57vrP03
HjeFnAf/WgSx//06e6xpOGPxad6TKaGsRKDWXnJ2i2w/gXAQBrHcrJTGW2FZVqFa
ajhnrM9HC+EFUzrJfZXlzICW8FfL+S14bIYJB+6eyRyiuCPxX34GJAjvBpQ4YyGh
FW8T++F+BA1tEfjLKz3MSNVuluPr9tFxLbh2VXFOULTLwi7AmQFaBOym2+j3rihY
QzqTnzfz1T33mS4HaP8SS4OjLDjBzIZ8VaeKe6C7pFlvdxEYM0VtkentYDHRPm9Q
xQWNyvb7lqefByP1N3i+YMK1rOQITza9rBj4krNfcXZYX5i3MTjafv6Z61GLzHZ2
cnr29J+pFAJpqWB5XQSmYWlLOoAkrQ==
=AzBp
-----END PGP SIGNATURE-----
commit 2c9fd7655ba54e7239f528e1af9fe09662de9b03
Author: Alfonso S. Siciliano <asiciliano@FreeBSD.org>
AuthorDate: 2022-09-03 14:36:16 +0000
Commit: Alfonso S. Siciliano <asiciliano@FreeBSD.org>
CommitDate: 2022-09-03 14:36:16 +0000
contrib/bsddialog: Import version 0.3
New features overview:
* Unicode. User interface handles multi-column characters. API can
handle char* like a multibyte character string. Internally wide
characters are used for keyboard input, to adapt word wrapping and
dynamic text auto-sizing for multi-column characters.
* Forms refactoring. Complete rewrite deleting libformw dependency.
* Theme. New utility options to save and load custom theme at run-time.
* TUI navigation. Added keys to navigate input components. Changed
default focus behavior of input dialogs to be LGPL-dialog-like; a new
option can set the previous whiptail-like behavior.
See /usr/src/contrib/bsddialog/CHANGELOG '2022-08-29 Version 0.3'
for more detailed information.