mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-22 03:37:12 +00:00
Fixed images being cut off at the top.
This commit is contained in:
3
fetch.sh
3
fetch.sh
@@ -991,7 +991,8 @@ columns=${termsize#* }
|
|||||||
[ "$images" == "on" ] && getimage
|
[ "$images" == "on" ] && getimage
|
||||||
|
|
||||||
# Clear the terminal and hide the cursor
|
# Clear the terminal and hide the cursor
|
||||||
printf "\033c\e[?25l"
|
printf "\e[?25l"
|
||||||
|
clear
|
||||||
|
|
||||||
# Disable line wrap
|
# Disable line wrap
|
||||||
[ $line_wrap == "off" ] && printf '\e[?7l'
|
[ $line_wrap == "off" ] && printf '\e[?7l'
|
||||||
|
|||||||
Reference in New Issue
Block a user