Add comments

This commit is contained in:
Dylan Araps 2016-10-01 11:42:18 +10:00
parent c4e881c9f1
commit 823cce5893
1 changed files with 6 additions and 0 deletions

View File

@ -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