Fix padding not working in some systems

This commit is contained in:
Dylan 2016-02-01 10:07:46 +11:00
parent 5729d33cb5
commit 4f068c4f4c
1 changed files with 1 additions and 1 deletions

2
fetch
View File

@ -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;" |\