Quellcode durchsuchen

Cursor vertical position

Bob Mottram vor 8 Jahren
Ursprung
Commit
c833eecb79
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel Datei anzeigen

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