logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tickit_term_set_output_fd, tickit_term_get_output_fd - manage terminal output

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.

Name

       tickit_term_set_output_fd, tickit_term_get_output_fd - manage terminal output

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)

                                                                                    TICKIT_TERM_SET_OUTPUT_FD(3)

Synopsis

#include<tickit.h>voidtickit_term_set_output_fd(TickitTerm*tt,intfd);inttickit_term_get_output_fd(TickitTerm*tt);

       Link with -ltickit.

See Also