Iterm2 rendering should work take 2

This commit is contained in:
Dylan 2016-01-19 16:56:43 +11:00
parent b40b0b1d4f
commit f26d2870cb
1 changed files with 1 additions and 1 deletions

2
fetch
View File

@ -1350,7 +1350,7 @@ if [ "$image" != "off" ]; then
;;
"iterm2")
printf "%b%s" "\033]1337;File=width=${imgsize}px;height=${imgsize}px;inline=1:$(base64 < "$img")"
printf "%b%s\a\n" "\033]1337;File=width=${imgsize}px;height=${imgsize}px;inline=1:$(base64 < "$img")"
;;
esac
fi