aa_editkey(3) Notify the line editor about keypress.

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.