Merge pull request #1073 from plgruener/colorreset

This commit is contained in:
Muhammad Herdiansyah 2018-08-16 13:19:41 +07:00
commit 3b5ec364e6
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
}