mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-24 04:22:32 +00:00
Fix #289
This commit is contained in:
4
neofetch
4
neofetch
@@ -1538,7 +1538,7 @@ getresolution () {
|
||||
awk '/Resolution:/ {printf $2"x"$4" @ "$6"Hz, "}')"
|
||||
fi
|
||||
|
||||
if [ "$refresh_rate" == "off" ]; then
|
||||
if [ "$refresh_rate" == "off" ]; then
|
||||
resolution="${resolution// @ [0-9][0-9]Hz}"
|
||||
resolution="${resolution// @ [0-9][0-9][0-9]Hz}"
|
||||
fi
|
||||
@@ -3361,7 +3361,7 @@ case "$image" in
|
||||
esac
|
||||
|
||||
# Set the prompt location
|
||||
printf "%b%s" "\033[${lines}H"
|
||||
[ "$image" != "off" ] && printf "%b%s" "\033[${lines:-0}H"
|
||||
|
||||
# Re-enable line wrap
|
||||
[ "$line_wrap" == "off" ] && printf "%b%s" "\033[?7h"
|
||||
|
||||
Reference in New Issue
Block a user