Commit b33cf57c authored by Dylan Araps's avatar Dylan Araps

Remove useless block

parent 22ae5a5b
...@@ -3178,10 +3178,6 @@ main() { ...@@ -3178,10 +3178,6 @@ main() {
# Reset horizontal cursor position # Reset horizontal cursor position
printf "\033[9999999D" printf "\033[9999999D"
# Move cursor to top of ascii art
[ "$image" != "ascii" ] && [ "$image" != "off" ] && \
printf "\033[0H"
# Print the info # Print the info
printinfo printinfo
dynamicprompt dynamicprompt
......
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