  Moucursortype() selects the mouse cursor. 0 (zero) is reverse video and
1 to 254 select an ASCII character 1 to 254.

Example:
  
  moucursortype(0x02);

  This selects a dark happy face for the mouse cursor.
