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_input_push_bytes - supply more input data

Description

tickit_term_push_input_bytes() supplies more data to the terminal instance, as if it had been read from a
       terminal  file  descriptor.  Calling  this function may result in TICKIT_EV_KEY or TICKIT_EV_MOUSE events
       being invoked.

       This    function    also    invokes    deferred     TICKIT_EV_RESIZE     events     if     enabled     by
       tickit_term_observe_sigwinch(3).

Name

       tickit_term_input_push_bytes - supply more input data

Return Value

tickit_term_input_push_bytes() returns no value.

See Also

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

                                                                                 TICKIT_TERM_INPUT_PUSH_BYTES(3)

Synopsis

#include<tickit.h>voidtickit_term_input_push_bytes(TickitTerm*tt,constchar*bytes,size_tlen);

       Link with -ltickit.

See Also