From 40d764ca6a3ebd8f8b0e430765543ee0ddde4734 Mon Sep 17 00:00:00 2001 From: Jorge Gonzalez Date: Mon, 23 Jan 2017 09:33:05 -0500 Subject: [PATCH] Image: Fixed issue where linebreaks caused stray spaces to print over images --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index 1f764b9b..fab4cb3a 100755 --- a/neofetch +++ b/neofetch @@ -2376,6 +2376,7 @@ display_image() { "iterm2") printf "%b\a\n" "\033]1337;File=width=${width}px;height=${height}px;inline=1:$(base64 < "$image")" + zws= ;; "tycat")