Copyright Digital Equipment Corp. All rights reserved.

mvwin

   Moves the starting position of the window to the specified (y,x)
   coordinates.

   Format

     #include  <curses.h>

     mvwin  (WINDOW *win, int y, int x);
 


Additional information available:

Arguments       Description     Return_Values