Commit cf7cc404 authored by Dylan Araps's avatar Dylan Araps

General: Fix incoreect logging of cols and line breaks

parent 25400f7f
...@@ -1805,6 +1805,9 @@ get_cols() { ...@@ -1805,6 +1805,9 @@ get_cols() {
fi fi
unset -v blocks blocks2 cols unset -v blocks blocks2 cols
# Tell info() that we printed manually.
prin=1
} }
# IMAGES # IMAGES
...@@ -2418,6 +2421,9 @@ get_line_break() { ...@@ -2418,6 +2421,9 @@ get_line_break() {
# Calculate info height. # Calculate info height.
info_height="$((info_height+=1))" info_height="$((info_height+=1))"
# Tell info() that we printed manually.
prin=1
} }
get_bold() { get_bold() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment