From 981b2da634f9b46df3ceb3aba6f607c8005c6797 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 7 Jan 2019 18:56:09 +0200 Subject: [PATCH] general: Fix issues when printing ascii --- neofetch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 23c80a63..b410844c 100755 --- a/neofetch +++ b/neofetch @@ -4034,7 +4034,8 @@ color() { stdout() { image_backend="off" 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() {