Quellcode durchsuchen

Cursor position during wait

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

+ 1
- 0
src/freedombone-controlpanel Datei anzeigen

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