git: 6ac761d91a48 - Create tag vendor/bsddialog/1.0.5

From: Alfonso S. Siciliano <asiciliano_at_FreeBSD.org>
Date: Thu, 09 Oct 2025 15:32:48 UTC
The annotated tag vendor/bsddialog/1.0.5 has been created by asiciliano:

URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/bsddialog/1.0.5

tag vendor/bsddialog/1.0.5
Tagger:     Alfonso S. Siciliano <asiciliano@FreeBSD.org>
TaggerDate: 2025-10-09 15:32:01 +0000

contrib/bsddialog: Import version 1.0.5

Version for change and feature requests.

* Improve documentation for --alternate-screen and --normal-screen.
  Request: https://bugs.freebsd.org/285459. (This PR is not about
  bsddialog itself but is used as an example for an official FreeBSD
  documentation request.)

* Reduce the number of screen refreshes to improve performance over a
  115200 UART connection.
  Request: https://gitlab.com/alfix/bsddialog/-/issues/8.

* Change textbox buttons to return distinct values (previously always
  returned OK).
  Request: https://reviews.freebsd.org/D48668; already committed in
  contrib/ 96a241a35905078bdc5d20bf25943cdb67758dea

* Change forms navigation key behavior for ENTER and TAB.
  Request: https://bugs.freebsd.org/287592.

Refer to /usr/src/contrib/bsddialog/CHANGELOG to know more.

PR:		287592
Reported by:	adrian
Sponsored by:	The FreeBSD Foundation
-----BEGIN PGP SIGNATURE-----

iQEzBAABCgAdFiEE7PRC2fzW39CS7j0J4Jx+sedxxcgFAmjn1X4ACgkQ4Jx+sedx
xcgvZggAseOgTLJG8otrHj+V/liqFwpn0q0zajO64PtpqyjOBT6K3hGzKjwDGPz9
+lCPY1tpw82zS1iwJvaMK+17NSCjlo6nuniSq6DxLo7d8et3w9CAfp/i+YGEBx+1
/KRpMhoH0wZ/WlqKy+MXB3SZfyDSKmwyohaM7oKK/YGecVqFUygsTKJhFOHyd4Br
qeVvywrhKVuXizmOG8sdYqKUF9mPQaltO6+UhGls6pXD1MtlYj16it3mu6pQmeIy
bohhPfQlMAruuGwi8tgQTbNBahiWiW1ng1VURjccloIJIZtozBZpFPGyQkPucGWS
ep7xOUTy3Dt52Rhf3sZfwRbil8+eHA==
=crin
-----END PGP SIGNATURE-----

commit 653f765f05b8c7e3908ae92e9bf61522a50cefc9
Author:     Alfonso S. Siciliano <asiciliano@FreeBSD.org>
AuthorDate: 2025-10-09 15:31:26 +0000
Commit:     Alfonso S. Siciliano <asiciliano@FreeBSD.org>
CommitDate: 2025-10-09 15:31:26 +0000

    contrib/bsddialog: Import version 1.0.5
    
    Version for change and feature requests.
    
    * Improve documentation for --alternate-screen and --normal-screen.
      Request: https://bugs.freebsd.org/285459. (This PR is not about
      bsddialog itself but is used as an example for an official FreeBSD
      documentation request.)
    
    * Reduce the number of screen refreshes to improve performance over a
      115200 UART connection.
      Request: https://gitlab.com/alfix/bsddialog/-/issues/8.
    
    * Change textbox buttons to return distinct values (previously always
      returned OK).
      Request: https://reviews.freebsd.org/D48668; already committed in
      contrib/ 96a241a35905078bdc5d20bf25943cdb67758dea
    
    * Change forms navigation key behavior for ENTER and TAB.
      Request: https://bugs.freebsd.org/287592.
    
    Refer to /usr/src/contrib/bsddialog/CHANGELOG to know more.
    
    PR:             287592
    Reported by:    adrian
    Sponsored by:   The FreeBSD Foundation