mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-24 04:22:32 +00:00
Fixed rendering issues with URxvt and XFT fonts, thanks Konimex
This commit is contained in:
6
neofetch
6
neofetch
@@ -1902,7 +1902,7 @@ getcols() {
|
||||
|
||||
# Add newlines to the string.
|
||||
cols="${cols%%'nl'}"
|
||||
cols="${cols//nl/\\n${padding}}"
|
||||
cols="${cols//nl/\\n${padding}}"
|
||||
fi
|
||||
}
|
||||
|
||||
@@ -2373,7 +2373,7 @@ info() {
|
||||
[ -z "$2" ] && string="${string/*: }"
|
||||
|
||||
# Print the string
|
||||
printf "%b%s\n" "${padding}${string}${reset}"
|
||||
printf "%b%s\n" "${padding}${string}${reset}"
|
||||
|
||||
# Calculate info height
|
||||
info_height="$((info_height+=1))"
|
||||
@@ -2408,7 +2408,7 @@ prin() {
|
||||
string="$(trim "$string")"
|
||||
|
||||
# Print the info
|
||||
printf "%b%s\n" "${padding}${string}${reset}"
|
||||
printf "%b%s\n" "${padding}${string}${reset}"
|
||||
|
||||
# Calculate info height
|
||||
info_height="$((info_height+=1))"
|
||||
|
||||
Reference in New Issue
Block a user