home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / Samples / C-ASM_VI.ARJ / PROGC.ZIP / PROGC042.C < prev    next >
Text File  |  1988-04-10  |  427b  |  11 lines

  1.  
  2. /************************************************************************/
  3. /* Change cursor to a solid cursor by setting cursor start to           */
  4. /* the first line of a character box.                                   */
  5. /************************************************************************/
  6.  
  7. demo_cursor_size()
  8.         {
  9.         set_cursor_size( 0, 13);                /* Full cursor          */
  10.         }
  11.