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