Page MenuHomeFreeBSD

bsdinstall: restore time selection screen
ClosedPublic

Authored by yuripv on Apr 11 2021, 10:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jul 26, 2:55 PM
Unknown Object (File)
Mon, Jul 20, 2:33 PM
Unknown Object (File)
Sat, Jul 18, 1:01 PM
Unknown Object (File)
Jun 24 2026, 12:25 AM
Unknown Object (File)
Jun 21 2026, 2:22 AM
Unknown Object (File)
May 17 2026, 10:44 PM
Unknown Object (File)
May 17 2026, 10:44 PM
Unknown Object (File)
May 17 2026, 10:10 PM
Subscribers
None

Details

Summary

Apparently new dialog does not like the height of 2 for the timebox widget, use 0 (minimum size) instead.

Do the same for calendar widget.

Test Plan

dialog --backtitle 'FreeBSD Installer' --title 'Time & Date' --ok-label 'Set Time' --cancel-label 'Skip' --defaultno --time-format '%H%M.%S' --timebox '' 2 40 -- does not work
dialog --backtitle 'FreeBSD Installer' --title 'Time & Date' --ok-label 'Set Time' --cancel-label 'Skip' --defaultno --time-format '%H%M.%S' --timebox '' 0 40 -- works

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

yuripv created this revision.
This revision is now accepted and ready to land.Apr 19 2021, 8:24 AM