Fix spelling mistake in comment
This commit is contained in:
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//'['}
|
||||||
|
|||||||
Reference in New Issue
Block a user