This commit is contained in:
MacRimi 2025-02-25 18:40:35 +01:00
parent 2e1c6ff83c
commit d6666a940b

View File

@ -94,11 +94,17 @@ cleanup() {
kill $SPINNER_PID > /dev/null
fi
sleep 1
printf "\r\033[K"
printf "\033[F\033[K"
printf "\033[F\033[K"
if [[ "$LANGUAGE" != "en" ]]; then
printf "\r\033[K"
printf "\033[F\033[K"
printf "\033[F\033[K"
else
printf "\r\033[K"
fi
printf "\e[?25h"
}
# Display trnaslate message with spinner