Fix spelling mistake in comment

This commit is contained in:
Dylan 2016-05-15 09:34:49 +10:00
parent 3d467ff678
commit b6f69aede8

View file

@ -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//'['}