From 92595e8bc61d734d33596dbdcc329d259f4eb03c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 22 Oct 2016 10:20:14 +1100 Subject: [PATCH] Fix cursor artifacts in termux --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 7328ae6b..7032f499 100755 --- a/neofetch +++ b/neofetch @@ -2929,7 +2929,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