Searched defs:editline (Results 1 – 1 of 1) sorted by relevance
79 struct editline { struct80 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 …]