Kaynağa Gözat

Cursor vertical position

Bob Mottram 8 yıl önce
ebeveyn
işleme
c833eecb79
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel Dosyayı Görüntüle

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 * 3 / 4)) $(((width / 2)))
46
+        tput cup $((height * 3 / 5)) $(((width / 2)))
47
         echo -n ''
47
         echo -n ''
48
 }
48
 }
49
 
49