General: Fix bug with line break
This commit is contained in:
parent
570b7c358a
commit
70a684597a
1 changed files with 2 additions and 1 deletions
3
neofetch
3
neofetch
|
@ -2364,7 +2364,8 @@ get_underline() {
|
||||||
}
|
}
|
||||||
|
|
||||||
get_line_break() {
|
get_line_break() {
|
||||||
line_break="${zws} "
|
# Print it directly.
|
||||||
|
printf "%s\n" "${zws} "
|
||||||
|
|
||||||
# Calculate info height
|
# Calculate info height
|
||||||
info_height="$((info_height+=1))"
|
info_height="$((info_height+=1))"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue