Commit beee0203 authored by Dylan Araps's avatar Dylan Araps

general: Fix prompt on openBSD

parent 5ffd5149
...@@ -4135,7 +4135,7 @@ dynamic_prompt() { ...@@ -4135,7 +4135,7 @@ dynamic_prompt() {
if ((lines > 1)) && [[ "$kernel_name" != "OpenBSD" ]]; then if ((lines > 1)) && [[ "$kernel_name" != "OpenBSD" ]]; then
printf "%b" "\\e[${lines}B" printf "%b" "\\e[${lines}B"
else else
tput cub "$lines" tput cud "$lines"
fi fi
} }
......
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