1TICKIT_WINDOW_GET_TERM(3) Library Functions Manual TICKIT_WINDOW_GET_TERM(3)
2
3
4
6 tickit_window_get_term - query the backing terminal of a window
7
9 #include <tickit.h>
10
11 TickitTerm *tickit_window_get_term(const TickitWindow *win);
12
13 Link with -ltickit.
14
16 tickit_window_get_term() returns the backing terminal underlying a
17 given window. This is the terminal instance that the window's root win‐
18 dow was originally created using.
19
21 tickit_window_get_term() returns a pointer to a terminal instance.
22
24 tickit_window_new_root(3), tickit_window_root(3), tickit_window(7),
25 tickit(7)
26
27
28
29 TICKIT_WINDOW_GET_TERM(3)