From 40d764ca6a3ebd8f8b0e430765543ee0ddde4734 Mon Sep 17 00:00:00 2001 From: Jorge Gonzalez Date: Mon, 23 Jan 2017 09:33:05 -0500 Subject: [PATCH 1/2] 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") From 6bb7126a57024a2df306f90393710942a219f204 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 24 Jan 2017 01:45:13 +1100 Subject: [PATCH 2/2] Docs: Changelog.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f11790c2..0e938daa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## Contributors - **[@SomaUlte](https://github.com/SomaUlte)** +- **[@jorgegonzalez](https://github.com/jorgegonzalez)** ## Info @@ -12,3 +13,7 @@ **Color Blocks**
- Fixed issue with `color_blocks="off"` adding an extra newline to the output. + +## Images + +- [iTerm2] Fixed issue with linebreaks printing spaces over the image. **[@jorgegonzalez](https://github.com/jorgegonzalez)**