misc: prompt

This commit is contained in:
Dylan Araps 2018-02-12 08:43:22 +11:00
parent c9146d9eee
commit 4dd9cc15f0

View file

@ -4308,7 +4308,7 @@ dynamic_prompt() {
return return
else else
[[ "$image_prompt" ]] && printf "%b\n" "$line_breaks" [[ "$image_prompt" ]] && printf "%b\n" "$line_breaks"
lines="$((lines - info_height))" lines="$((lines - info_height + 1))"
fi fi
# Set the prompt location. # Set the prompt location.