Commit c33a0920 authored by Dylan Araps's avatar Dylan Araps

Fix xterm stray character in read

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