struct linenoiseState
Defined at line 140 of file ../../zircon/third_party/ulib/linenoise/linenoise.c
The linenoiseState structure represents the state during line editing.
We pass this state to functions implementing specific editing
functionalities.
Public Members
int ifd
int ofd
char * buf
size_t buflen
const char * prompt
size_t plen
size_t pos
size_t oldpos
size_t len
size_t cols
size_t maxrows
int history_index