Searched defs:edstate (Results 1 – 1 of 1) sorted by relevance
28 struct edstate { struct29 char *cbuf; /* main buffer to build the command line */30 int cbufsize; /* number of bytes allocated for cbuf */31 int linelen; /* current number of bytes in cbuf */32 int winleft; /* first byte# in cbuf to be displayed */33 int cursor; /* byte# in cbuf having the cursor */