From ee3630af403afb05f395a4550c2378d919b4adde Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 12 Oct 2016 17:55:51 +1100 Subject: [PATCH] Fix image off prompt location --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index f0736eba..20b387d7 100755 --- a/neofetch +++ b/neofetch @@ -3234,7 +3234,7 @@ main() { fi # Set cursor position next to ascii art - printf "\033[$((${lines:-0} - ${prompt_loc:-4}))A" + printf "\033[$((${lines:-4} - ${prompt_loc:-4}))A" # Reset horizontal cursor position printf "\033[9999999D"