1TICKIT_TERM_INPUT_PUSH_BYTESL(i3b)rary Functions ManTuIaClKIT_TERM_INPUT_PUSH_BYTES(3)
2
3
4
6 tickit_term_input_push_bytes - supply more input data
7
9 #include <tickit.h>
10
11 void tickit_term_input_push_bytes(TickitTerm *tt, const char *bytes, size_t len);
12
13 Link with -ltickit.
14
16 tickit_term_push_input_bytes() supplies more data to the terminal
17 instance, as if it had been read from a terminal file descriptor. Call‐
18 ing this function may result in TICKIT_EV_KEY or TICKIT_EV_MOUSE events
19 being invoked.
20
21 This function also invokes deferred TICKIT_EV_RESIZE events if enabled
22 by tickit_term_observe_sigwinch(3).
23
25 tickit_term_input_push_bytes() returns no value.
26
28 tickit_term_new(3), tickit_term_set_input_fd(3),
29 tickit_term_input_readable(3), tickit_term_bind_event(3),
30 tickit_term(7), tickit(7)
31
32
33
34 TICKIT_TERM_INPUT_PUSH_BYTES(3)