Fix #289
This commit is contained in:
parent
5f2f1aaeae
commit
c13c17888e
1 changed files with 2 additions and 2 deletions
2
neofetch
2
neofetch
|
@ -3361,7 +3361,7 @@ case "$image" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Set the prompt location
|
# Set the prompt location
|
||||||
printf "%b%s" "\033[${lines}H"
|
[ "$image" != "off" ] && printf "%b%s" "\033[${lines:-0}H"
|
||||||
|
|
||||||
# Re-enable line wrap
|
# Re-enable line wrap
|
||||||
[ "$line_wrap" == "off" ] && printf "%b%s" "\033[?7h"
|
[ "$line_wrap" == "off" ] && printf "%b%s" "\033[?7h"
|
||||||
|
|
Loading…
Reference in a new issue