Turns out that prompt_height disappeared a few days ago
This commit is contained in:
parent
63bc62bf80
commit
8bb056fa02
1 changed files with 1 additions and 1 deletions
2
fetch
2
fetch
|
@ -1468,7 +1468,7 @@ case "$os" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Show the cursor
|
# Show the cursor
|
||||||
printf "\e[?25h"
|
printf "\e[${prompt_height}A\e[?25h"
|
||||||
|
|
||||||
# Enable line wrap again
|
# Enable line wrap again
|
||||||
[ "$line_wrap" == "off" ] && printf "\e[?7h"
|
[ "$line_wrap" == "off" ] && printf "\e[?7h"
|
||||||
|
|
Reference in a new issue