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 in‐
17 stance, as if it had been read from a terminal file descriptor. Calling
18 this function may result in TICKIT_EV_KEY or TICKIT_EV_MOUSE events be‐
19 ing 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_build(3), tickit_term_input_readable(3),
29 tickit_term_bind_event(3), tickit_term(7), tickit(7)
30
31
32
33 TICKIT_TERM_INPUT_PUSH_BYTES(3)