Commit 614fad04 authored by plgruener's avatar plgruener

add color-reset to ascii logo drawing

parent 78f355ba
...@@ -3416,7 +3416,7 @@ get_ascii() { ...@@ -3416,7 +3416,7 @@ get_ascii() {
ascii_data="${ascii_data//\$\{c6\}/$c6}" ascii_data="${ascii_data//\$\{c6\}/$c6}"
((text_padding=ascii_length+gap)) ((text_padding=ascii_length+gap))
printf '%b\n' "$ascii_data" printf '%b\n' "$ascii_data${reset}"
LC_ALL=C LC_ALL=C
} }
......
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