Searched defs:linenoiseState (Results 1 – 1 of 1) sorted by relevance
124 struct linenoiseState { struct125 char *buf; /* Edited line buffer. */126 size_t buflen; /* Edited line buffer size. */127 const char *prompt; /* Prompt to display. */128 size_t plen; /* Prompt length. */129 size_t pos; /* Current cursor position. */130 size_t oldpos; /* Previous refresh cursor position. */131 size_t len; /* Current edited line length. */132 size_t cols; /* Number of columns in terminal. */133 size_t maxrows; /* Maximum num of rows used so far (multiline mode) */[all …]