Commit 17f3a7ac authored by Dylan Araps's avatar Dylan Araps

Cols: Fix spacing issue

parent 7276ad3a
...@@ -1759,7 +1759,7 @@ get_cols() { ...@@ -1759,7 +1759,7 @@ get_cols() {
cols="${cols%%'nl'}" cols="${cols%%'nl'}"
cols="${cols//nl/\\n\\033[${text_padding}C${zws}}" cols="${cols//nl/\\n\\033[${text_padding}C${zws}}"
printf "%b\n" "\033[${text_padding}C${cols}" printf "%b\n" "\033[${text_padding}C${zws}${cols}"
fi fi
unset -v blocks blocks2 cols unset -v blocks blocks2 cols
......
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