Commit c4e881c9 authored by Dylan Araps's avatar Dylan Araps

No longer clear screen

parent 580b5fd3
...@@ -3144,8 +3144,8 @@ main() { ...@@ -3144,8 +3144,8 @@ main() {
# Display the image if enabled # Display the image if enabled
displayimage displayimage
fi fi
printf "\033[$((${lines:-0} - 4))A" printf "\033[$((${lines:-0} - 4))A"
printf "\033[9999999D"
printf "\0337" printf "\0337"
# Move cursor to top of ascii art # Move cursor to top of ascii art
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment