浏览代码

Cursor position during wait

Bob Mottram 8 年前
父节点
当前提交
153d4d146b
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      src/freedombone-controlpanel

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