From a25e9590322aa6dfe3d8866695ac5310d6a6a0d9 Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Fri, 26 Jun 2020 17:25:31 +0300 Subject: [PATCH] Fix to turn off all attributes --- slib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slib.sh b/slib.sh index 1c25dde..3731aa5 100644 --- a/slib.sh +++ b/slib.sh @@ -14,7 +14,7 @@ cleanup () { for pid in $allpids; do kill "$pid" 1>/dev/null 2>&1 done - tput rc + tput sgr0 fi tput cnorm return 1