From f26d2870cb874f7eba9d5927a6c06ec8f9ad742d Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 19 Jan 2016 16:56:43 +1100 Subject: [PATCH] Iterm2 rendering should work take 2 --- fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch b/fetch index 49262944..d7b31e07 100755 --- a/fetch +++ b/fetch @@ -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