add color-reset to ascii logo drawing

This commit is contained in:
plgruener 2018-08-15 17:29:54 +02:00
parent 78f355ba6d
commit 614fad0421
1 changed files with 1 additions and 1 deletions

View File

@ -3416,7 +3416,7 @@ get_ascii() {
ascii_data="${ascii_data//\$\{c6\}/$c6}"
((text_padding=ascii_length+gap))
printf '%b\n' "$ascii_data"
printf '%b\n' "$ascii_data${reset}"
LC_ALL=C
}