SYNOPSIS

#include <aalib.h>

void aa_setsupported

(

aa_context *c,

int supported

);

PARAMETERS

aa_context *c

Specifies the AA-lib context to operate on.

int supported

New mask of requested features. Can contain AA_EXTENDED to enable use of all 256 characters and AA_EIGHT to enable use of the character numbered higher than 127.

DESCRIPTION

This function can be used to alter "supported" field of hardware-params structure used by AA-lib.

RELATED TO aa_setsupported…