Remove ? from read statement
This commit is contained in:
parent
eb87e22599
commit
e3a8c56d8d
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -2291,8 +2291,8 @@ getimage () {
|
|||
term_size="${term_size/';'}"
|
||||
term_size="${term_size/$'\E4'}"
|
||||
term_size="${term_size/t*}"
|
||||
term_size="${term_size/\?}"
|
||||
term_height="${term_size/';'*}"
|
||||
term_height="${term_height/\?}"
|
||||
term_width="${term_size/*';'}"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue