소스 검색

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