Nut/OS  5.0.5
API Reference
_EDLINE Struct Reference

Edit line information structure. More...

#include <edline.h>

Collaboration diagram for _EDLINE:
[legend]

Data Fields

EDLINEGET el_get
 Input routine.
void * el_iparm
 Input routine parameter.
EDLINEPUT el_put
 Output routine.
void * el_oparm
 Output routine parameter.
EDLINEMAP el_map
 Character mapping routine.
uint_fast16_t el_mode
 Editor mode flags.
int el_seq
 Character mapping sequence.
EDITHISTORYel_hist
 Line input history.

Detailed Description

Edit line information structure.

Examples:

caltime/caltime.c.


Field Documentation

Input routine.

Referenced by EdLineRead(), and EdLineRegisterInput().

Input routine parameter.

Referenced by EdLineRead(), and EdLineRegisterInput().

Output routine.

Referenced by EdLineRead(), and EdLineRegisterOutput().

Output routine parameter.

Referenced by EdLineRead(), and EdLineRegisterOutput().

Character mapping routine.

Referenced by EdLineRead(), and EdLineRegisterKeymap().

Editor mode flags.

Referenced by EdLineOpen(), and EdLineRead().

Character mapping sequence.

Referenced by EdLineRead().

Line input history.

Referenced by EdLineClose(), EdLineOpen(), and EdLineRead().


The documentation for this struct was generated from the following file: