From 823cce58933e400dcfb0d5b31a5cba73fbc86391 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 1 Oct 2016 11:42:18 +1000 Subject: [PATCH] Add comments --- neofetch | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/neofetch b/neofetch index a55a2057..d76267d0 100755 --- a/neofetch +++ b/neofetch @@ -3144,8 +3144,14 @@ main() { # Display the image if enabled displayimage fi + + # Set cursor position next to ascii art printf "\033[$((${lines:-0} - 4))A" + + # Reset horizontal cursor position printf "\033[9999999D" + + # Save cursor position printf "\0337" # Move cursor to top of ascii art