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'