Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_cursize() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_CURSIZE()

 DESCRIPTION

 C_CURSIZE() allows the size of the real cursor to be changed to a
 specified size or to the original default settings.

 SYNTAX

 C_CURSIZE(top_line, bottom_line)

 PARAMETERS

 top_line (N) is the top (starting) line of the cursor (0 - 15).

 bottom_line (N) is the bottom (ending) line of the cursor (0 - 8).

 Note that if C_CURSIZE() is called with no parameters, the cursor
 is reset to the computer's default settings (6,7).

 RETURNS

 There is no return value.

 EXAMPLES

 c_cursize(3,0)   && Set cursor size to full block

 c_cursize(2,5)   && Set cursor size to half block

 c_cursize()      && Reset to normal (6,7)


See Also: C_CRSIZEUP() C_CRSIZEDN() C_SETCURSOR() C_ISCURSOR()

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