tickit_term_set_output_fd - Man Page
manage terminal output
Synopsis
#include <tickit.h> void tickit_term_set_output_fd(TickitTerm *tt, int fd); int tickit_term_get_output_fd(TickitTerm *tt);
Link with -ltickit.
Description
tickit_term_set_output_fd() is discouraged and should not be used by applications. See instead the open and output_fd fields of the TickitTermBuilder struct to tickit_term_build(3).
tickit_term_get_output_fd() returns the currently associated output file descriptor, or -1 if none has been set.
Return Value
tickit_term_get_output_fd() returns a file descriptor or -1.
See Also
tickit_term_build(3), tickit_term_print(3), tickit_term(7), tickit(7)
Referenced By
The man page tickit_term_get_output_fd(3) is an alias of tickit_term_set_output_fd(3).