coan 4.2.4
|
Data Fields | |
line_despatch_public_state_t | line_despatch_public_state |
void(* | flushline )(bool, const char *) |
size_t | drop_run |
The global state of the Line Despatch component
Definition at line 254 of file line_despatch.c.
Count of contiguous lines that are dropped together
Definition at line 265 of file line_despatch.c.
void(* line_despatch_state_s::flushline)(bool, const char *) |
Pointer to the function that will be called to flush the the line-buffer to output. Will address flushline_dummy() (a no-op) when the --symbols
option is specified, and otherwise flushline_line()
.
Definition at line 263 of file line_despatch.c.
The public state of the Line Despatch component
Definition at line 257 of file line_despatch.c.