mvwin(3) — Subroutines
Digital
NAME
mvwin − move window
SYNOPSIS
#include <curses.h>
mvwin(win, y, x)
WINDOW ∗win;
int y, x;
DESCRIPTION
The mvwin routine moves 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.