This commit is contained in:
2023-11-09 10:05:30 -06:00
parent f93b567fde
commit 3779dbe93b
3 changed files with 6 additions and 8 deletions

View File

@@ -782,14 +782,10 @@ DOWNLIST(){
fi
[ "${choice^^}" == "E" ] && break
# mrow="\033[$(echo "scale=1; (${#DOWNLIST[@]}*2)+2" | bc)A"
echo -e "\033[$(echo "scale=1; (${#DOWNLIST[@]}*2)+2" | bc)A"
for (( c=1; c<$(echo "scale=1; (${#DOWNLIST[@]}*2)+2" | bc); c++ )); do echo -e "\033[K"; done
echo -e "\033[$(echo "scale=1; (${#DOWNLIST[@]}*2)+2" | bc)A"
# echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "${mrow}"
done
echo