Commit 53e557dc authored by Dylan Araps's avatar Dylan Araps

general: Fix tests

parent b87300d8
......@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment