tickit_term_get_drivername - Man Page
returns the terminal driver name
Synopsis
#include <tickit.h> const char *tickit_term_get_drivername(TickitTerm *tt);
Link with -ltickit.
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.
Return Value
tickit_term_get_drivername() returns a string buffer pointer.