mvwin(3cur) ultrix man page | unix.com

Man Page: mvwin

Operating Environment: ultrix

Section: 3cur

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
addch(3cur) - ultrix
delch(3cur) - ultrix
mvwaddch(3cur) - ultrix
mvwprintw(3cur) - ultrix
mvwin(3xcurses) - opensolaris
Similar Topics in the Unix Linux Community
How to read from the window and compare in Ncurses?