Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FAST TEXT SEARCH for Clipper v.2.0 - <b>setcursor( <expn1>, <expn2> )</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   SETCURSOR( <expN1>, <expN2> )

       Purpose

   Set the size of the cursor on the screen.

       Parameters

   <expN1> is the new scan line position for the top of the

       cursor..

   <expN2> is the new scan line position for the bottom ofthe cursor.

       Return Value

   None.

       Comments

   SETCURSOR() changes the size of the cursor by calling BIOS 
   interrupt 10h, function 1. Use it to control the size of the cursor 
   during various operations of your programs.

       Example

   .
   .
   .
   SETCURSOR( 1, 13 )   && on a monochrome display create ablock
   cursor
   SETCURSOR( 12, 13 )  && return to normal cursor
   .
   .
   .

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson