diff --git a/neofetch b/neofetch index cc992c4b..25feae3f 100755 --- a/neofetch +++ b/neofetch @@ -4135,7 +4135,7 @@ dynamic_prompt() { if ((lines > 1)) && [[ "$kernel_name" != "OpenBSD" ]]; then printf "%b" "\\e[${lines}B" else - tput cub "$lines" + tput cud "$lines" fi }