Remove stray newlines
This commit is contained in:
parent
442c5d936b
commit
e747943c08
3
neofetch
3
neofetch
|
@ -2290,9 +2290,6 @@ getimage () {
|
||||||
read -t 1 ${read_flags} -s -r term_size
|
read -t 1 ${read_flags} -s -r term_size
|
||||||
stty echo
|
stty echo
|
||||||
|
|
||||||
|
|
||||||
# 83;28;8;15
|
|
||||||
|
|
||||||
# Split the string
|
# Split the string
|
||||||
if [ "$image_backend" == "tycat" ]; then
|
if [ "$image_backend" == "tycat" ]; then
|
||||||
term_size=(${term_size//;/ })
|
term_size=(${term_size//;/ })
|
||||||
|
|
Reference in New Issue