mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-03 00:12:11 +01:00
pfetch: bold ascii
This commit is contained in:
5
pfetch
5
pfetch
@@ -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[m
|
$ascii
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user