Merge branch 'master' of github.com:dylanaraps/neofetch
This commit is contained in:
commit
13cfef01da
2 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
- **[@SomaUlte](https://github.com/SomaUlte)**
|
- **[@SomaUlte](https://github.com/SomaUlte)**
|
||||||
|
- **[@jorgegonzalez](https://github.com/jorgegonzalez)**
|
||||||
|
|
||||||
|
|
||||||
## Info
|
## Info
|
||||||
|
@ -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)**
|
||||||
|
|
1
neofetch
1
neofetch
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue