domdfcoding / whiptail

Use whiptail to display dialog boxes from Python scripts.
https://whiptail.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
20 stars 3 forks source link

Ensure negative height is not given to `whiptail` #45

Open someonewithpc opened 1 year ago

someonewithpc commented 1 year ago

Starting with release 0.52.22, providing a negative height was leading to the items in a menu not being displayed

image

Same as https://github.com/marwano/whiptail/pull/2