SYNOPSIS

#include <aalib.h>

void aa_gotoxy

(

aa_context *c,

int x,

int y

);

PARAMETERS

aa_context *c

Specifies the AA-lib context to operate on.

int x

X coordinate of new position.

int y

Y coordinate of the position.

DESCRIPTION

Move the hardware cursor (if any) to specified position. To see the effect you need to call aa_flush too.

RELATED TO aa_gotoxy…