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  if  defined  by
18       tickit_term_set_output_func(3),  or  by  write(3)  on  the  output file
19       descriptor defined by  tickit_term_set_output_fd(3).  If  there  is  no
20       pending data then this function does nothing.
21

RETURN VALUE

23       tickit_term_flush() returns no value.
24

SEE ALSO

26       tickit_term_new(3),  tickit_term_set_output_fd(3), tickit_term_set_out‐
27       put_func(3),  tickit_term_set_output_buffer(3),   tickit_term_print(3),
28       tickit_term(7), tickit(7)
29
30
31
32                                                          TICKIT_TERM_FLUSH(3)
Impressum