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() {
|
||||
line_break="${zws} "
|
||||
# Print it directly.
|
||||
printf "%s\n" "${zws} "
|
||||
|
||||
# Calculate info height
|
||||
info_height="$((info_height+=1))"
|
||||
|
|
Loading…
Reference in a new issue