Cursor position during wait

This commit is contained in:
Bob Mottram 2017-06-07 20:19:52 +01:00
parent 6ba589afba
commit b53c1a31cb
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ function please_wait {
clear
tput cup $((height / 2)) $(((width / 2) - (length / 2)))
echo "$str"
tput cup $((height / 2) + 2) $(((width / 2)))
}
please_wait