Revert color blocks change as it caused issues in tty
This commit is contained in:
parent
0ebc14dcd0
commit
a34d64b43b
2 changed files with 2 additions and 2 deletions
2
neofetch
2
neofetch
|
@ -2919,7 +2919,7 @@ dynamicprompt() {
|
|||
if [ "${lines:-0}" -lt "${info_height:-0}" ]; then
|
||||
lines="0"
|
||||
else
|
||||
lines="$((lines - info_height + cursor_yoffset - 1))"
|
||||
lines="$((lines - info_height + cursor_yoffset))"
|
||||
fi
|
||||
|
||||
# Set the prompt location
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue