Fixed images being cut off at the top.

master
dylan araps 10 years ago
parent 5182deeec1
commit 18d838233f
  1. 3
      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'

Loading…
Cancel
Save