tickit_window_get_term
query the backing terminal of a window
- Provided by: libtickit-dev (Version: 0.4.3-1.1build1)
- Source: libtickit
- Report a bug
query the backing terminal of a window
#include <tickit.h> TickitTerm *tickit_window_get_term(const TickitWindow *win);
Link with -ltickit.
tickit_window_get_term() returns the backing terminal underlying a given window. This is the terminal instance that the window's root window was originally created using.
tickit_window_get_term() returns a pointer to a terminal instance.
tickit_window_new_root(3), tickit_window_root(3), tickit_window(7), tickit(7)