Fix color none not working for outColor()
This commit is contained in:
@@ -298,6 +298,9 @@ outColor() {
|
||||
tput setaf 7;;
|
||||
*)
|
||||
tput setaf $1;;
|
||||
none)
|
||||
tput sgr0
|
||||
return 0;;
|
||||
esac
|
||||
|
||||
case "$2" in
|
||||
|
Reference in New Issue
Block a user