Small nitpick

This commit is contained in:
Dylan 2016-03-25 22:13:39 +11:00
parent d7df2378df
commit 5d7ed48661
1 changed files with 1 additions and 1 deletions

View File

@ -2833,7 +2833,7 @@ printinfo
if [ "$image" != "off" ]; then
# Get cursor position
info_height="$(IFS=';' read -srdR -p $'\E[6n' ROW COL; printf "%s" "${ROW#*[}")"
info_height="$(IFS=';' read -srdR -p $'\033[6n' ROW COL; printf "%s" "${ROW#*[}")"
# Set cursor position dynamically based on height of ascii/text.
[ "$lines" -lt "$info_height" ] && lines="$info_height"