Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ mvwin(3) — OSF/1 SILVER Baselevel 4 rev36

Media Vault

Software Library

Restoration Projects

Artifacts Sought

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. 

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