Fix #289
This commit is contained in:
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user