Add comments
This commit is contained in:
parent
c4e881c9f1
commit
823cce5893
6
neofetch
6
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
|
||||
|
|
Reference in New Issue