Commit 13cfef01 authored by Dylan Araps's avatar Dylan Araps

Merge branch 'master' of github.com:dylanaraps/neofetch

parents 6ecaa950 6bb7126a
## Contributors ## Contributors
- **[@SomaUlte](https://github.com/SomaUlte)** - **[@SomaUlte](https://github.com/SomaUlte)**
- **[@jorgegonzalez](https://github.com/jorgegonzalez)**
## Info ## Info
...@@ -12,3 +13,7 @@ ...@@ -12,3 +13,7 @@
**Color Blocks**<br \> **Color Blocks**<br \>
- Fixed issue with `color_blocks="off"` adding an extra newline to the output. - 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)**
...@@ -2376,6 +2376,7 @@ display_image() { ...@@ -2376,6 +2376,7 @@ display_image() {
"iterm2") "iterm2")
printf "%b\a\n" "\033]1337;File=width=${width}px;height=${height}px;inline=1:$(base64 < "$image")" printf "%b\a\n" "\033]1337;File=width=${width}px;height=${height}px;inline=1:$(base64 < "$image")"
zws=
;; ;;
"tycat") "tycat")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment