From 4f068c4f4c07325dcd92c63c04ed6337ac024819 Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 1 Feb 2016 10:07:46 +1100 Subject: [PATCH] Fix padding not working in some systems --- fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch b/fetch index ec24c241..81258108 100755 --- a/fetch +++ b/fetch @@ -2121,7 +2121,7 @@ if [ "$image" != "off" ]; then fi # Display the image if enabled -if [ "$image" != "off" ] || [ "$image" != "ascii" ]; then +if [ "$image" != "off" ] && [ "$image" != "ascii" ]; then case "$image_backend" in "w3m") printf "%b%s\n" "0;1;$xoffset;$yoffset;$imgsize;$imgsize;;;;;$img\n4;\n3;" |\