mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-24 12:32:32 +00:00
Add comments
This commit is contained in:
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
Block a user