struct abuf
Defined at line 474 of file ../../zircon/third_party/ulib/linenoise/linenoise.c
We define a very simple "append buffer" structure, that is an heap
allocated string where we can append to. This is useful in order to
write all the escape sequences in a buffer and flush them to the standard
output in a single call, to avoid flickering effects.
Public Members
char * b
int len