From 18d838233f8537f8a22e604b81dc11fe4c9594f3 Mon Sep 17 00:00:00 2001 From: dylan araps Date: Tue, 5 Jan 2016 19:45:19 +1100 Subject: [PATCH] Fixed images being cut off at the top. --- fetch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fetch.sh b/fetch.sh index e9612735..8b71fa8b 100755 --- a/fetch.sh +++ b/fetch.sh @@ -991,7 +991,8 @@ columns=${termsize#* } [ "$images" == "on" ] && getimage # Clear the terminal and hide the cursor -printf "\033c\e[?25l" +printf "\e[?25l" +clear # Disable line wrap [ $line_wrap == "off" ] && printf '\e[?7l'