History log of /freebsd/usr.sbin/bsdconfig/share/dialog.subr (Results 1 – 25 of 106)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0
# c36b3dbc 23-Oct-2023 Alfonso S. Siciliano <asiciliano@FreeBSD.org>

bsdconfig: Restore bsddialog

Readd bsddialog(1) to bsdconfig(8).

This can be considered an increment not a replacement: `$DIALOG=dialog'
restores dialog(1), no change for Xdialog(1). An exception i

bsdconfig: Restore bsddialog

Readd bsddialog(1) to bsdconfig(8).

This can be considered an increment not a replacement: `$DIALOG=dialog'
restores dialog(1), no change for Xdialog(1). An exception is if an
error occurs, bsddialog(1) replaces dialog.

show more ...


# 0f8b2ba6 23-Oct-2023 Alfonso S. Siciliano <asiciliano@FreeBSD.org>

bsdconfig: Revert bsddialog support

This commit reverts "bsdconfig(8): add bsddialog(1) support"
30e9abf2fc462084b752064fa814d90ad3161352 because it is not intended for
the current bsddialog 1.0 ver

bsdconfig: Revert bsddialog support

This commit reverts "bsdconfig(8): add bsddialog(1) support"
30e9abf2fc462084b752064fa814d90ad3161352 because it is not intended for
the current bsddialog 1.0 version.

show more ...


# 30e9abf2 05-Oct-2023 Alfonso S. Siciliano <asiciliano@FreeBSD.org>

bsdconfig(8): add bsddialog(1) support

Add bsddialog(1) to bsdconfig(8). This can be considered an increment not a
replacement, `$DIALOG=dialog' restores dialog(1).

Differential Revision: https://r

bsdconfig(8): add bsddialog(1) support

Add bsddialog(1) to bsdconfig(8). This can be considered an increment not a
replacement, `$DIALOG=dialog' restores dialog(1).

Differential Revision: https://reviews.freebsd.org/D37480

show more ...


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0
# 2a22df74 04-Nov-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r339813 through r340125.


# 97820530 28-Oct-2018 Devin Teske <dteske@FreeBSD.org>

Fix dialog autosizing to accomodate for hline

dialog will conditionally ignore the --hline option if not enough space
was available to accomodate for the text width. Traditionally the width
of the w

Fix dialog autosizing to accomodate for hline

dialog will conditionally ignore the --hline option if not enough space
was available to accomodate for the text width. Traditionally the width
of the widget had to be 10 wider than the text. Recent updates to dialog
have changed the requirement to be at least 12 wider than the hline text
else the hline text is not rendered at the bottom of the widget.

Sponsored by: Smule, Inc.

show more ...


# fda9adaf 27-Oct-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r339670 through r339812.


# fef4815e 26-Oct-2018 Devin Teske <dteske@FreeBSD.org>

Remove vestigial DIALOG_ITEM_HELP value in bsdconfig dialog.subr

Sponsored by: Smule, Inc.


Revision tags: release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0
# cef367e6 17-May-2016 Eitan Adler <eadler@FreeBSD.org>

Don't repeat the the word 'the'

(one manual change to fix grammar)

Confirmed With: db
Approved by: secteam (not really, but this is a comment typo fix)


# ec65e4f8 01-May-2016 Pedro F. Giffuni <pfg@FreeBSD.org>

usr.sbin/bsdconfig: minor spelling fixes on comments.

No functional change.


Revision tags: release/10.3.0
# 009e81b1 22-Jan-2016 Bjoern A. Zeeb <bz@FreeBSD.org>

MFH @r294567


# e6068002 12-Jan-2016 Glen Barber <gjb@FreeBSD.org>

MFH

Sponsored by: The FreeBSD Foundation


# 89d3f0ea 11-Jan-2016 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r293430 through r293685.


# 7cf0da24 10-Jan-2016 Devin Teske <dteske@FreeBSD.org>

Fix improper duration for f_dialog_pause() API

MFC after: 3 days
X-MFC-to: stable/10


Revision tags: release/10.2.0
# 98e0ffae 27-May-2015 Simon J. Gerraty <sjg@FreeBSD.org>

Merge sync of head


# d8fee543 12-Feb-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Merge from HEAD


# 53f2fbca 11-Feb-2015 Glen Barber <gjb@FreeBSD.org>

MFH: r278202,r278205-r278590

Sponsored by: The FreeBSD Foundation


# 93466fc6 10-Feb-2015 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r278351 through r278498.


# 35994c42 10-Feb-2015 Devin Teske <dteske@FreeBSD.org>

Update copyrights.


# b39eff33 10-Feb-2015 Devin Teske <dteske@FreeBSD.org>

Add bsdconfig api function f_dialog_menutag2help()


# 3c63cc68 10-Feb-2015 Devin Teske <dteske@FreeBSD.org>

Add bsdconfig api functions f_dialog_pause()/f_dialog_pause_no_cancel()


# 9268022b 19-Nov-2014 Simon J. Gerraty <sjg@FreeBSD.org>

Merge from head@274682


Revision tags: release/10.1.0
# 4e27d36d 17-Sep-2014 Neel Natu <neel@FreeBSD.org>

IFC @r271694


# c9daea0b 05-Sep-2014 Alexander V. Chernikov <melifaro@FreeBSD.org>

Sync to HEAD@r271160.


# b74ae45b 03-Sep-2014 Devin Teske <dteske@FreeBSD.org>

Fix regression introduced by SVN r270954. Correct way to reset getopts
is to set OPTIND to 1, not unset it (which causes an error).

Thanks to: jilles


12345