From 53e557dcd73a41583e937c04c986015a9dd4910e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 27 Apr 2018 22:16:07 +1000 Subject: [PATCH] general: Fix tests --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 16000a8f..808ba7dd 100755 --- a/neofetch +++ b/neofetch @@ -2665,7 +2665,7 @@ image_backend() { esac # Set cursor position next image/ascii. - [[ "$image_backend" != "off" ]] && printf "\e[${lines:-0}A\e[9999999D" + [[ "$image_backend" != "off" ]] && printf "%b" "\e[${lines:-0}A\e[9999999D" } get_ascii() {