nicer images with clmage

This commit is contained in:
Ville Rantanen
2021-11-01 18:49:10 +02:00
parent 8c8b8df753
commit b46748323d
4 changed files with 46 additions and 15 deletions

View File

@@ -117,7 +117,7 @@ _qCol() {
for ((arg=1;arg<=$#;arg++)) {
val=${!arg}
[[ ${color_keys} = *" $val "* ]] || { echo "No such color code '${val}'" >&2; return 1; }
printf ${!val}
printf "${!val}"
}
}