diff --git a/neofetch b/neofetch index 3a1b2c4e..eda50c3e 100755 --- a/neofetch +++ b/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() {