Move cursor to specific point on screen using ncurses c++ (Linux) -


i'd move cursor specific point on screen, can move logical point, cursor stay static on position.

how work in c++ using ncurses ?

obs.: i've tried use move(y, x); doesn't works

from move(y,x) man page:

this routine not move physical cursor of terminal until refresh called.

did call refresh() after calling move(y,x)


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -