瀏覽代碼

Cursor position during wait

Bob Mottram 8 年之前
父節點
當前提交
b53c1a31cb
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/freedombone-controlpanel

+ 1
- 0
src/freedombone-controlpanel 查看文件

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