Turns out that prompt_height disappeared a few days ago

This commit is contained in:
Dylan 2016-01-25 10:44:11 +11:00
parent 63bc62bf80
commit 8bb056fa02
1 changed files with 1 additions and 1 deletions

2
fetch
View File

@ -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"