Copyright Digital Equipment Corp. All rights reserved.
Moves the starting position of the window to the specified (y,x)
coordinates.
Format
#include <curses.h>
mvwin (WINDOW *win, int y, int x);
Arguments Description Return_Values