Explorar el Código

Cursor position during wait

Bob Mottram hace 8 años
padre
commit
153d4d146b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      src/freedombone-controlpanel

+ 2
- 1
src/freedombone-controlpanel Ver fichero

@@ -43,7 +43,8 @@ function please_wait {
43 43
         clear
44 44
         tput cup $((height / 2)) $(((width / 2) - (length / 2)))
45 45
         echo "$str"
46
-        tput cup $((height / 2) + 2) $(((width / 2)))
46
+        tput cup $((height * 3 / 4)) $(((width / 2)))
47
+        echo -n ''
47 48
 }
48 49
 
49 50
 please_wait