general: Fix prompt on openBSD
This commit is contained in:
parent
5ffd5149b4
commit
beee0203d0
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue