Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
pfetch: bold ascii
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Mar 10, 2020
1 parent c0d0d65 commit aa22d4e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pfetch
Original file line number Diff line number Diff line change
Expand Up @@ -1474,10 +1474,11 @@ main() {
[ "$out" ] && break
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=
done <<-EOF
$ascii[m
$ascii
EOF
}
}
Expand Down

0 comments on commit aa22d4e

Please sign in to comment.