Commit 4dd9cc15 authored by Dylan Araps's avatar Dylan Araps

misc: prompt

parent c9146d9e
...@@ -4308,7 +4308,7 @@ dynamic_prompt() { ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment