Ver código fonte

Cursor position during wait

Bob Mottram 8 anos atrás
pai
commit
b53c1a31cb
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      src/freedombone-controlpanel

+ 1
- 0
src/freedombone-controlpanel Ver arquivo

43
         clear
43
         clear
44
         tput cup $((height / 2)) $(((width / 2) - (length / 2)))
44
         tput cup $((height / 2)) $(((width / 2) - (length / 2)))
45
         echo "$str"
45
         echo "$str"
46
+        tput cup $((height / 2) + 2) $(((width / 2)))
46
 }
47
 }
47
 
48
 
48
 please_wait
49
 please_wait