From 153d4d146bd8591c2b71d96fb59cd2b3727dd6c8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 7 Jun 2017 20:24:33 +0100 Subject: [PATCH] Cursor position during wait --- src/freedombone-controlpanel | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/freedombone-controlpanel b/src/freedombone-controlpanel index a356e21e..4db533ee 100755 --- a/src/freedombone-controlpanel +++ b/src/freedombone-controlpanel @@ -43,7 +43,8 @@ function please_wait { clear tput cup $((height / 2)) $(((width / 2) - (length / 2))) echo "$str" - tput cup $((height / 2) + 2) $(((width / 2))) + tput cup $((height * 3 / 4)) $(((width / 2))) + echo -n '' } please_wait