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:
Text File  |  1993-09-02  |  305 b   |  22 lines

  1. NAME
  2.     mvwin() - move window to another position on the screen.  
  3.  
  4. SYNOPSIS
  5.     #include <curses.h>
  6.     #include <curspriv.h>
  7.  
  8.     int mvwin(win, begy, begx)
  9.     WINDOW *win;
  10.     int begy, begx;
  11.  
  12. DESCRIPTION
  13.     mvwin() moves window 'win' to position (begx, begy) on the  
  14.     screen.  
  15.  
  16. EXAMPLES
  17.  
  18. SEE ALSO
  19.     touchwin()  
  20.  
  21. BUGS
  22.