Fix xterm stray character in read
This commit is contained in:
parent
e3a8c56d8d
commit
c33a092053
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -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/\<EFBFBD>}"
|
||||
term_width="${term_size/*';'}"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue