ultrix man page for mvwin

Query: mvwin

OS: ultrix

Section: 3cur

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

mvwin(3cur)															       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 (It is an error to move the window off the screen.  If you try to do this
       the window is not moved.

																       mvwin(3cur)
Related Man Pages
mvaddch(3cur) - ultrix
mvwaddch(3cur) - ultrix
wdelch(3cur) - ultrix
wprintw(3cur) - ultrix
mvwin(3xcurses) - opensolaris
Similar Topics in the Unix Linux Community
How to read from the window and compare in Ncurses?