diff --git a/fetch b/fetch index 54620a4e..c2ec6e45 100755 --- a/fetch +++ b/fetch @@ -2221,7 +2221,7 @@ if [ "$image" != "off" ]; then fi # Re-enable line wrap -printf "%b%s" "\033[?25h" +[ "$line_wrap" == "off" ] && printf "%b%s" "\033[?7h" # If enabled take a screenshot if [ "$scrot" == "on" ]; then