Go to the first, previous, next, last section, table of contents.


_setcursortype

Syntax

#include <conio.h>

void _setcursortype(int _type);

Description

Sets the cursor type. _type is one of the following:

_NOCURSOR
No cursor is displayed.
_SOLIDCURSOR
A solid block is displayed.
_NORMALCURSOR
An underline cursor is displayed.

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.