Remove stray sleep from test branch

This commit is contained in:
dylan araps 2016-01-01 11:02:48 +11:00
parent ab7bffdfa4
commit d7277adfdb
1 changed files with 0 additions and 1 deletions

View File

@ -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