general: Fix tests
This commit is contained in:
parent
b87300d87a
commit
53e557dcd7
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -2665,7 +2665,7 @@ image_backend() {
|
|||
esac
|
||||
|
||||
# Set cursor position next image/ascii.
|
||||
[[ "$image_backend" != "off" ]] && printf "\e[${lines:-0}A\e[9999999D"
|
||||
[[ "$image_backend" != "off" ]] && printf "%b" "\e[${lines:-0}A\e[9999999D"
|
||||
}
|
||||
|
||||
get_ascii() {
|
||||
|
|
Loading…
Reference in a new issue