From 5a622f8a1804f4bf4672d14d4386c868662102b2 Mon Sep 17 00:00:00 2001 From: dylan araps Date: Sun, 27 Aug 2017 10:33:12 +1000 Subject: [PATCH] cursor: Fix incorrect cursor position. --- neofetch | 3 --- 1 file changed, 3 deletions(-) diff --git a/neofetch b/neofetch index 9c709147..67ba0391 100755 --- a/neofetch +++ b/neofetch @@ -4008,9 +4008,6 @@ dynamic_prompt() { lines="$((lines - info_height))" fi - # Print a newline if color blocks are disabled. - [[ -z "$block_spaces" ]] && printf "\n" - # Set the prompt location. ((lines > 0)) && printf "%b" "\033[${lines}B" }