Skip to content

Commit

Permalink
Fix to turn off all attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jun 26, 2020
1 parent aae6d73 commit a25e959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit a25e959

@iliajie
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.