Remove stray sleep from test branch
This commit is contained in:
parent
ab7bffdfa4
commit
d7277adfdb
1
fetch.sh
1
fetch.sh
|
@ -567,7 +567,6 @@ printf "\n"
|
||||||
[ $linewrap == "off" ] && printf '\e[?7h'
|
[ $linewrap == "off" ] && printf '\e[?7h'
|
||||||
|
|
||||||
# If w3mimgviewer is found Display the image
|
# If w3mimgviewer is found Display the image
|
||||||
sleep .02
|
|
||||||
if type -p /usr/lib/w3m/w3mimgdisplay >/dev/null 2>&1; then
|
if type -p /usr/lib/w3m/w3mimgdisplay >/dev/null 2>&1; then
|
||||||
printf "0;1;$xoffset;$yoffset;$imgsize;$imgsize;;;;;$img\n4;\n3;" |\
|
printf "0;1;$xoffset;$yoffset;$imgsize;$imgsize;;;;;$img\n4;\n3;" |\
|
||||||
/usr/lib/w3m/w3mimgdisplay
|
/usr/lib/w3m/w3mimgdisplay
|
||||||
|
|
Reference in New Issue