From 5d7ed4866171528195a186f112496fac1eaf0166 Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 25 Mar 2016 22:13:39 +1100 Subject: [PATCH] Small nitpick --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 8bac24d2..7bf50fef 100755 --- a/neofetch +++ b/neofetch @@ -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"