SYNOPSIS

#include <aalib.h>

void aa_hidecursor(aa_context *c);

PARAMETERS

aa_context *c

Specifies the AA-lib context to operate on.

DESCRIPTION

Hide the hardware cursor. This function may be ignored by some drivers.

RELATED TO aa_hidecursor…