general: Fix issues when printing ascii
This commit is contained in:
parent
9b2796e168
commit
981b2da634
3
neofetch
3
neofetch
|
@ -4034,7 +4034,8 @@ color() {
|
||||||
stdout() {
|
stdout() {
|
||||||
image_backend="off"
|
image_backend="off"
|
||||||
unset subtitle_color colon_color info_color underline_color bold title_color at_color \
|
unset subtitle_color colon_color info_color underline_color bold title_color at_color \
|
||||||
text_padding zws reset color_blocks get_line_break bar_color_elapsed bar_color_total
|
text_padding zws reset color_blocks get_line_break bar_color_elapsed bar_color_total \
|
||||||
|
c1 c2 c3 c4 c5 c6 c7 c8
|
||||||
}
|
}
|
||||||
|
|
||||||
err() {
|
err() {
|
||||||
|
|
Reference in New Issue