General: Fix incoreect logging of cols and line breaks

This commit is contained in:
Dylan Araps 2016-12-22 18:22:57 +11:00
parent 25400f7f00
commit cf7cc40437

View file

@ -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() {