mvwin(3cur)
Name
mvwin − move window
Syntax
mvwin(win, y, x)
WINDOW ∗win;
int y, x;
Description
Move the window so that the upper left corner will be at position ( y, x). It is an error to move the window off the screen. If you try to do this the window is not moved.