mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-24 12:32:32 +00:00
General: Fix incoreect logging of cols and line breaks
This commit is contained in:
6
neofetch
6
neofetch
@@ -1805,6 +1805,9 @@ get_cols() {
|
||||
fi
|
||||
|
||||
unset -v blocks blocks2 cols
|
||||
|
||||
# Tell info() that we printed manually.
|
||||
prin=1
|
||||
}
|
||||
|
||||
# IMAGES
|
||||
@@ -2418,6 +2421,9 @@ get_line_break() {
|
||||
|
||||
# Calculate info height.
|
||||
info_height="$((info_height+=1))"
|
||||
|
||||
# Tell info() that we printed manually.
|
||||
prin=1
|
||||
}
|
||||
|
||||
get_bold() {
|
||||
|
||||
Reference in New Issue
Block a user