aa_editkey (3) - Linux Manuals

aa_editkey: Notify the line editor about keypress.

NAME

aa_editkey - 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.