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_term_get_drivername - returns the terminal driver name

Description

tickit_term_get_drivername()  returns  the  string  name of the driver for this terminal type. It will be
       "xterm" for terminal types supported by the xterm driver, or "terminfo" for others  which  are  supported
       instead  by  the  terminfo  driver.  The  returned value points directly into the buffer allocated by the
       TickitTerm instance itself; this buffer must not be modified or freed.

Name

       tickit_term_get_drivername - returns the terminal driver name

Return Value

tickit_term_get_drivername() returns a string buffer pointer.

See Also

tickit_term_build(3), tickit_term(7), tickit(7)

                                                                                   TICKIT_TERM_GET_DRIVERNAME(3)

Synopsis

#include<tickit.h>constchar*tickit_term_get_drivername(TickitTerm*tt);

       Link with -ltickit.

See Also