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

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -