Cursor vertical position
This commit is contained in:
parent
153d4d146b
commit
c833eecb79
|
@ -43,7 +43,7 @@ function please_wait {
|
|||
clear
|
||||
tput cup $((height / 2)) $(((width / 2) - (length / 2)))
|
||||
echo "$str"
|
||||
tput cup $((height * 3 / 4)) $(((width / 2)))
|
||||
tput cup $((height * 3 / 5)) $(((width / 2)))
|
||||
echo -n ''
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue