Closed exploide closed 2 years ago
It was printing escape sequences because of the use of echo instead of cecho.
echo
cecho
Thank you very much @exploide . It is odd that it worked on my end. Anyway cecho is the one that should be used :)
It was printing escape sequences because of the use of
echo
instead ofcecho
.