Commit 1c3db96a authored by Dylan Araps's avatar Dylan Araps

Color Blocks: Fix issue when cols function is called more than once

parent f6ab18de
...@@ -1847,6 +1847,8 @@ get_cols() { ...@@ -1847,6 +1847,8 @@ 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}}"
fi fi
unset blocks blocks2
} }
# IMAGES # IMAGES
......
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