1TICKIT_TERM_GET_DRIVERNAME(3L)ibrary Functions ManuaTlICKIT_TERM_GET_DRIVERNAME(3)
2
3
4
6 tickit_term_get_drivername - returns the terminal driver name
7
9 #include <tickit.h>
10
11 const char *tickit_term_get_drivername(TickitTerm *tt);
12
13 Link with -ltickit.
14
16 tickit_term_get_drivername() returns the string name of the driver for
17 this terminal type. It will be "xterm" for terminal types supported by
18 the xterm driver, or "terminfo" for others which are supported instead
19 by the terminfo driver. The returned value points directly into the
20 buffer allocated by the TickitTerm instance itself; this buffer must
21 not be modified or freed.
22
24 tickit_term_get_drivername() returns a string buffer pointer.
25
27 tickit_term_build(3), tickit_term(7), tickit(7)
28
29
30
31 TICKIT_TERM_GET_DRIVERNAME(3)