General: Fix bug with line break

This commit is contained in:
Dylan Araps 2016-12-19 15:23:20 +11:00
parent 570b7c358a
commit 70a684597a
1 changed files with 2 additions and 1 deletions

View File

@ -2364,7 +2364,8 @@ get_underline() {
} }
get_line_break() { get_line_break() {
line_break="${zws} " # Print it directly.
printf "%s\n" "${zws} "
# Calculate info height # Calculate info height
info_height="$((info_height+=1))" info_height="$((info_height+=1))"