Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
TICKIT_TER...DRIVERNAME(3)  Library Functions Manual  TICKIT_TER...DRIVERNAME(3)

NAME
     tickit_term_get_drivername - 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 ter-
     minfo 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.

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

						      TICKIT_TER...DRIVERNAME(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=tickit_term_get_drivername&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help