From a62fdcb1be3d7633d988ac18db422866d5f58ec2 Mon Sep 17 00:00:00 2001 From: mettacrawler Date: Thu, 1 Mar 2018 08:14:21 -0500 Subject: [PATCH] Please leave the cursor the way it was Summary: The "tput cvvis" command makes the cursor very visible which is sometimes too much. The "tput cnorm" command makes the cursor look normal. Reproducing: 1. run cloud-in-a-box.sh on the console or other terminal where "tput cvvis" is very different from "tput cnorm". 2. when the script is complete or interrupted with ^c the cursor will look strange. Expected: 1. run cloud-in-a-box.sh on the console or other terminal where "tput cvvis" is very different from "tput cnorm". 2. when the script is complete or interrupted with ^c the cursor will look like it normally does. --- faststart/cloud-in-a-box.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faststart/cloud-in-a-box.sh b/faststart/cloud-in-a-box.sh index 9681bf7..e1e600a 100755 --- a/faststart/cloud-in-a-box.sh +++ b/faststart/cloud-in-a-box.sh @@ -78,7 +78,7 @@ function coffee() sleep $IMG_REFRESH done; done tput_loop "cud1" - tput cvvis + tput cnorm } # Check IP inputs to make sure they're valid