Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

mvwin(3)  —  Subroutines

NAME

mvwin − Moves the 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. 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026