Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Setting the cursor position doesn't change anything #89

Open
EmmanuelCervettiIESSUD opened this issue Jul 4, 2019 · 0 comments
Open

Comments

@EmmanuelCervettiIESSUD
Copy link

EmmanuelCervettiIESSUD commented Jul 4, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant