Commit eb87e225 authored by Dylan Araps's avatar Dylan Araps

Fix error with xterm

parent 09e3dc51
...@@ -2291,6 +2291,7 @@ getimage () { ...@@ -2291,6 +2291,7 @@ getimage () {
term_size="${term_size/';'}" term_size="${term_size/';'}"
term_size="${term_size/$'\E4'}" term_size="${term_size/$'\E4'}"
term_size="${term_size/t*}" term_size="${term_size/t*}"
term_size="${term_size/\?}"
term_height="${term_size/';'*}" term_height="${term_size/';'*}"
term_width="${term_size/*';'}" term_width="${term_size/*';'}"
fi fi
......
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