From beee0203d08cb37a6b393249b24bf641f4c74c96 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 25 Dec 2017 19:27:57 +1100 Subject: [PATCH] general: Fix prompt on openBSD --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }