#include <conio.h> void _setcursortype(int _type);
Sets the cursor type. _type is one of the following:
_NOCURSOR
_SOLIDCURSOR
_NORMALCURSOR
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.