From 8bb056fa02f4f33b1e61ba0d6f7b369319d73f71 Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 25 Jan 2016 10:44:11 +1100 Subject: [PATCH] Turns out that prompt_height disappeared a few days ago --- fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch b/fetch index 6700878e..bff7a3c8 100755 --- a/fetch +++ b/fetch @@ -1468,7 +1468,7 @@ case "$os" in esac # Show the cursor -printf "\e[?25h" +printf "\e[${prompt_height}A\e[?25h" # Enable line wrap again [ "$line_wrap" == "off" ] && printf "\e[?7h"