We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005c347 commit b50dafeCopy full SHA for b50dafe
‎.gp/bash/third-party/bash-spinner/spinner.sh
@@ -56,8 +56,8 @@ function _spinner() {
56
57
while :
58
do
59
- printf "\b${colors[$(($i % 4))]}${sp:i++%${#sp}:1}"; printf "\e[0m"
60
- #printf "\b${sp:i++%${#sp}:1}"
+ #printf "\b${colors[$(($i % 4))]}${sp:i++%${#sp}:1}"; printf "\e[0m"
+ printf "\b${sp:i++%${#sp}:1}"
61
sleep $delay
62
done
63
;;
0 commit comments