NAME
mmoovvee, wwmmoovvee - move ccuurrsseess window cursor
SYNOPSIS
##iinncclluuddee <
iinntt mmoovvee((iinntt yy,, iinntt xx));; iinntt wwmmoovvee((WWIINNDDOOWW **wwiinn,, iinntt yy,, iinntt xx));;> DESCRIPTION
These routines move the cursor associated with the window to line y andcolumn x. This routine does not move the physical cursor of the termi-
nal until rreeffrreesshh is called. The position specified is relative to theupper left-hand corner of the window, which is (0,0).
RREETTUURRNN VVAALLUUEE These routines return EERRRR upon failure and OK (SVr4 specifies only "an integer value other than EERRRR") upon successful completion. Specifically, they return an error if the window pointer is null, or if the position is outside the window. NNOOTTEESS Note that mmoovvee may be a macro. PPOORRTTAABBIILLIITTYY These functions are described in the XSI Curses standard, Issue 4.SEE ALSO
ccuurrsseess(3X), ccuurrssrreeffrreesshh(3X) cursmove(3X)