Add comment explaining fix

master
Dylan Araps 10 years ago
parent a3e65eb120
commit 83acc08ae1
  1. 3206
      ;w
  2. 2
      neofetch

3206
;w

File diff suppressed because it is too large Load Diff

@ -2261,6 +2261,8 @@ displayimage() {
if [ "$image" != "ascii" ]; then
case "$image_backend" in
"w3m")
# Add a tiny delay to fix issues with images not
# appearing in specific terminal emulators.
sleep 0.05
printf "%b%s\n" "0;1;$xoffset;$yoffset;$width;$height;;;;;$img\n4;\n3;" |\
$w3m_img_path 2>/dev/null || padding="\033[0C"

Loading…
Cancel
Save