This commit is contained in:
Santiago Lo Coco 2022-02-15 19:37:34 -03:00
parent c86a2c0f49
commit 8b89f32724
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ calcHeightWhiptail() {
calcHeightDialog() { calcHeightDialog() {
newlines=$(echo -ne "$1" | grep -c $'\n') newlines=$(echo -ne "$1" | grep -c $'\n')
strlen=$((${#1}-1)) strlen=$((${#1}-1))
width=$(($3-4)) width=$(($2-4))
height=$(echo "$strlen" "$((newlines-1))" "$width" | awk '{ height=$(echo "$strlen" "$((newlines-1))" "$width" | awk '{
z = ($1 - $2) / $3 z = ($1 - $2) / $3
y = (z == int(z)) ? int(z) : int(z) + 1 y = (z == int(z)) ? int(z) : int(z) + 1