Fix spelling mistake in comment
This commit is contained in:
parent
3d467ff678
commit
b6f69aede8
1 changed files with 3 additions and 2 deletions
5
neofetch
5
neofetch
|
@ -2173,9 +2173,10 @@ getimage () {
|
||||||
printf "%b%s" "\033[14t\033[c"
|
printf "%b%s" "\033[14t\033[c"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# The ascape code above prints the output AFTER the prompt so this
|
# The escape code above prints the output AFTER the prompt so this
|
||||||
# loop below reads it as input. wtf xterm
|
# loop below reads it as input. wtf xterm
|
||||||
read -t 1 -d c -s -r term_size; stty echo
|
read -t 1 -d c -s -r term_size
|
||||||
|
stty echo
|
||||||
|
|
||||||
# Split the string
|
# Split the string
|
||||||
term_size=${term_size//'['}
|
term_size=${term_size//'['}
|
||||||
|
|
Loading…
Reference in a new issue