home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume1 / 8710 / pc-curses-doc / 4 / mvcur.m < prev    next >
Encoding:
Text File  |  1993-09-02  |  299 b   |  23 lines

  1. NAME
  2.     mvcur() - move the display cursor
  3.  
  4. SYNOPSIS
  5.     #include <curses.h>
  6.     #include <curspriv.h>
  7.  
  8.     int mvcur(oldy,oldx,newy,newx)
  9.     int oldy;
  10.     int oldx;
  11.     int newy;
  12.     int newx;
  13.  
  14. DESCRIPTION
  15.     mvcur(oldy,oldx,newy,newx) moves the display cursor to <newy,newx>  
  16.  
  17. EXAMPLES
  18.  
  19. SEE ALSO
  20.     _cursescursor()  
  21.  
  22. BUGS
  23.