From 45a7c06933af0443f4a79592cc1a1583b19a70c9 Mon Sep 17 00:00:00 2001 From: Adam Hovorka Date: Tue, 16 Jun 2020 17:38:03 -0600 Subject: Clear any drawn input that may have shown up --- base/otp | 1 + 1 file changed, 1 insertion(+) (limited to 'base') diff --git a/base/otp b/base/otp index cf1f278..5bd835a 100755 --- a/base/otp +++ b/base/otp @@ -79,6 +79,7 @@ while :; do PARTIAL=$(( $WAIT % 4 )) BLANK=$(( $TOTAL - $FULL)) + echo -n " " tput bold; tput setab 8; echo -ne "\r " tput setaf 8; tput setab 18; echo -n " " tput setaf 6; echo -n "$SITE" -- cgit v1.2.3-70-g09d2