Fix cursor artifcats in termux
This commit is contained in:
parent
fd957835b7
commit
ad3a90219a
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -2957,7 +2957,7 @@ dynamicprompt() {
|
||||||
|
|
||||||
# Set the prompt location
|
# Set the prompt location
|
||||||
if [ "$lines" -lt 0 ]; then
|
if [ "$lines" -lt 0 ]; then
|
||||||
printf "\033[${lines}A"
|
printf "\033[${lines/-}A"
|
||||||
else
|
else
|
||||||
printf "\033[${lines}B"
|
printf "\033[${lines}B"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue