Searched defs:linenoiseState (Results 1 – 1 of 1) sorted by relevance
137 struct linenoiseState { struct138 char *buf; /* Edited line buffer. */139 size_t buflen; /* Edited line buffer size. */140 const char *prompt; /* Prompt to display. */141 size_t plen; /* Prompt length. */142 size_t pos; /* Current cursor position. */143 size_t oldpos; /* Previous refresh cursor position. */144 size_t len; /* Current edited line length. */145 size_t cols; /* Number of columns in terminal. */146 size_t maxrows; /* Maximum num of rows used so far (multiline mode) */[all …]