update
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user