home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
misc
/
volume1
/
8710
/
pc-curses-doc
/
4
/
mvwin.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1993-09-02
|
305 b
|
22 lines
NAME
mvwin() - move window to another position on the screen.
SYNOPSIS
#include <curses.h>
#include <curspriv.h>
int mvwin(win, begy, begx)
WINDOW *win;
int begy, begx;
DESCRIPTION
mvwin() moves window 'win' to position (begx, begy) on the
screen.
EXAMPLES
SEE ALSO
touchwin()
BUGS