1TICKIT_TERM_CLEAR(3) Library Functions Manual TICKIT_TERM_CLEAR(3)
2
3
4
6 tickit_term_clear - clear the terminal
7
9 #include <tickit.h>
10
11 void tickit_term_clear(TickitTerm *tt);
12
13 Link with -ltickit.
14
16 tickit_term_clear() clear the entire content of the terminal.
17
19 tickit_term_clear() returns no value.
20
22 tickit_term_new(3), tickit_term_set_output_fd(3), tickit_term_set_out‐
23 put_func(3), tickit_term_goto(3), tickit_term_print(3),
24 tickit_term_erasech(3), tickit_term(7), tickit(7)
25
26
27
28 TICKIT_TERM_CLEAR(3)