Edit line information structure. More...
#include <edline.h>
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. | |
EDITHISTORY * | el_hist |
Line input history. |
Edit line information structure.
Input routine.
Definition at line 164 of file edline.h.
Referenced by EdLineRead(), and EdLineRegisterInput().
void* _EDLINE::el_iparm |
Input routine parameter.
Definition at line 166 of file edline.h.
Referenced by EdLineRead(), and EdLineRegisterInput().
Output routine.
Definition at line 168 of file edline.h.
Referenced by EdLineRead(), and EdLineRegisterOutput().
void* _EDLINE::el_oparm |
Output routine parameter.
Definition at line 170 of file edline.h.
Referenced by EdLineRead(), and EdLineRegisterOutput().
Character mapping routine.
Definition at line 172 of file edline.h.
Referenced by EdLineRead(), and EdLineRegisterKeymap().
Editor mode flags.
Definition at line 174 of file edline.h.
Referenced by EdLineOpen(), and EdLineRead().
int _EDLINE::el_seq |
Line input history.
Definition at line 179 of file edline.h.
Referenced by EdLineClose(), EdLineOpen(), and EdLineRead().