1TICKIT_GET_TERM(3) Library Functions Manual TICKIT_GET_TERM(3)
2
3
4
6 tickit_get_term - obtain the terminal from the toplevel instance
7
9 #include <tickit.h>
10
11 TickitTerm *tickit_get_term(Tickit *t);
12
13 Link with -ltickit.
14
16 tickit_get_term() obtains the terminal instance associated with the
17 toplevel instance, creating it first if necessary. Once created,
18 repeated calls to this function will return the same terminal.
19
21 tickit_get_term() returns a terminal instance pointer.
22
24 tickit_new_stdio(3), tickit_term(7), tickit(7)
25
26
27
28 TICKIT_GET_TERM(3)