i'd like to move the cursor to specific point on screen, but i can move logical point, but the cursor stay static on position.
How to do it work in c++ using ncurses ?
OBS.: i've tried to use move(y, x); but it doesn't works
From the move(y,x) man page:
This routine does not move the physical cursor of the terminal until refresh is called.
Did you call refresh() after calling move(y,x)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With