tickit_term_new - Man Page

create a new terminal instance

Synopsis

#include <tickit.h>

TickitTerm *tickit_term_new(void);
TickitTerm *tickit_term_new_for_termtype(const char *termtype);

Link with -ltickit.

Description

These functions are now discouraged. Applications should use tickit_term_build(3) instead.

See Also

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

Referenced By

The man page tickit_term_new_for_termtype(3) is an alias of tickit_term_new(3).