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

  1. NAME
  2.     _cursescursor() - set cursor position
  3.  
  4. SYNOPSIS
  5.     void _cursescursor(page,row,column)
  6.     int page, row, column;
  7.  
  8. DESCRIPTION
  9.     Sets the cursor position in video page 0. 'row' and 'column'  
  10.     are the cursor address. If 'row' is set to 25, no cursor at  
  11.     all is displayed.  
  12.  
  13. EXAMPLES
  14.  
  15. SEE ALSO
  16.  
  17. BUGS
  18.