1TICKIT_TERM_FLUSH(3)       Library Functions Manual       TICKIT_TERM_FLUSH(3)
2
3
4

NAME

6       tickit_term_flush - flush the terminal output buffer
7

SYNOPSIS

9       #include <tickit.h>
10
11       void tickit_term_flush(TickitTerm *tt);
12
13       Link with -ltickit.
14

DESCRIPTION

16       tickit_term_flush()  flushes  any  data pending in the output buffer to
17       the terminal, either by calling the output function by write(3) on  the
18       output  file descriptor. If there is no pending data then this function
19       does nothing.
20

RETURN VALUE

22       tickit_term_flush() returns no value.
23

SEE ALSO

25       tickit_term_build(3),                 tickit_term_set_output_buffer(3),
26       tickit_term_print(3), tickit_term(7), tickit(7)
27
28
29
30                                                          TICKIT_TERM_FLUSH(3)
Impressum