SYNOPSIS

#include <aalib.h>

void aa_editkey

(

struct aa_edit *e,

int c

);

PARAMETERS

struct aa_edit *e

Editor context to use (see aa_createedit).

int c

Key pressed.

DESCRIPTION

Notify the line editor about keypress.

RELATED TO aa_editkey…