浏览代码

Cursor position during wait

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

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

@@ -43,6 +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 / 2) + 2) $(((width / 2)))
46 47
 }
47 48
 
48 49
 please_wait