Home
last modified time | relevance | path

Searched defs:editline (Results 1 – 1 of 1) sorted by relevance

/csrg-svn/lib/libedit/
H A Del.h79 struct editline { struct
80 char *el_prog; /* the program name */
81 FILE *el_outfile; /* Stdio stuff */
82 FILE *el_errfile; /* Stdio stuff */
83 int el_infd; /* Input file descriptor */
84 int el_flags; /* Various flags. */
85 coord_t el_cursor; /* Cursor location */
86 char **el_display, /* Real screen image = what is there */
87 **el_vdisplay; /* Virtual screen image = what we see */
89 el_line_t el_line; /* The current line information */
[all …]