The
mvwin(3curses)
function moves the specified window so that its origin is at position
(y, x).
If the move would cause any portion of the window to extend past any edge
of the screen, the function fails and the window is not moved.
Return value
Upon successful completion,
mvwin(3curses)
returns OK. Otherwise, it returns ERR.
Errors
No errors are defined.
Usage
The application should not move subwindows by calling
mvwin(3curses).
Standards Conformance
The Single UNIX Specification, Version 2; The Open Group.