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)** diff --git a/neofetch b/neofetch index a98354cc..9e05137a 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")