The
move(3curses)
and
wmove(3curses)
functions move the cursor associated with the current or specified window to
(y, x) relative to the window's origin.
This function does not
move the terminal's cursor until the next refresh operation.
Return value
Upon successful completion, these functions return OK.
Otherwise, they return ERR.
Errors
No errors are defined.
Standards Conformance
The Single UNIX Specification, Version 2; The Open Group.