This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Description
Hi. My os is Lubuntu.
Setting the cursor position doesn't change anything, echo is still printed, in a continuous stream where anything printed is printed following each other.
Hoa\Console\Cursor::moveTo(0, 0);
echo "hi" ;
Hoa\Console\Cursor::moveTo(10,10);
echo "ho" ;
Hoa\Console\Cursor::moveTo(20, 20);
echo "hu" ;
will echo :
hihohu
I would be happy to help debugging.