pfetch: bold ascii

This commit is contained in:
Dylan Araps 2020-03-10 12:27:37 +02:00
parent c0d0d65aa0
commit aa22d4e32d
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

5
pfetch
View File

@ -1474,10 +1474,11 @@ main() {
[ "$out" ] && break [ "$out" ] && break
done done
printf '\033[%sC%s\r%s\n' "$ascii_width" "$out" "$line" >&6 printf '\033[%sC%s\033[m\r\033[1m%s\033[m\n' \
"$ascii_width" "$out" "$line" >&6
out= out=
done <<-EOF done <<-EOF
$ascii $ascii
EOF EOF
} }
} }