Commit 70a68459 authored by Dylan Araps's avatar Dylan Araps

General: Fix bug with line break

parent 570b7c35
......@@ -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))"
......
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