logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tickit_window_get_term - query the backing terminal of a window

Description

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.

Name

       tickit_window_get_term - query the backing terminal of a window

Return Value

tickit_window_get_term() returns a pointer to a terminal instance.

See Also

tickit_window_new_root(3), tickit_window_root(3), tickit_window(7), tickit(7)

                                                                                       TICKIT_WINDOW_GET_TERM(3)

Synopsis

#include<tickit.h>TickitTerm*tickit_window_get_term(constTickitWindow*win);

       Link with -ltickit.

See Also