diff options
-rw-r--r-- | basta.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ basta.prepare_term() if [ -z "$basta_prev_reserved_rows" ] ; then basta_prev_reserved_rows=$((realrows - LINES)) - printf "\n\033[A" + printf $'\n\e[A' fi LINES=$((realrows - $basta_prev_reserved_rows - 1)) |