|
NAMEtickit_window_get_term - query the backing terminal of a windowSYNOPSIS#include <tickit.h> TickitTerm *tickit_window_get_term(const TickitWindow *win); Link with -ltickit. DESCRIPTIONtickit_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.RETURN VALUEtickit_window_get_term() returns a pointer to a terminal instance.SEE ALSOtickit_window_new_root(3), tickit_window_root(3), tickit_window(7), tickit(7) Visit the GSP FreeBSD Man Page Interface. |