From ad3a90219a25d0737049ab73522ce40ddb354273 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 22 Oct 2016 10:18:38 +1100 Subject: [PATCH] Fix cursor artifcats in termux --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 2bd9be03..01052b32 100755 --- a/neofetch +++ b/neofetch @@ -2957,7 +2957,7 @@ dynamicprompt() { # Set the prompt location if [ "$lines" -lt 0 ]; then - printf "\033[${lines}A" + printf "\033[${lines/-}A" else printf "\033[${lines}B" fi