1TICKIT_TERM_INPUT_CHECK_TIMELOiUbTr_aMrSyECF(u3n)ctTiIoCnKsITM_aTnEuRaMl_INPUT_CHECK_TIMEOUT_MSEC(3)
2
3
4
6 tickit_term_input_check_timeout_msec - terminal timeout behaviour
7
9 #include <tickit.h>
10
11 int tickit_term_input_check_timeout_msec(TickitTerm *tt);
12
13 Link with -ltickit.
14
16 tickit_term_input_check_timeout_msec() performs input-related timeout
17 behaviour, used to handle multi-byte input events, the Escape key, and
18 other things. It returns a value indicating the number of milliseconds
19 of delay before it wishes to be called again. When called again, it may
20 perform any timeout behaviours that are required, and either return an‐
21 other timeout delay, or -1 to indicate there is no longer a need for
22 timeout. Calling it may result in TICKIT_EV_KEY events.
23
24 This function also invokes deferred TICKIT_EV_RESIZE events if enabled
25 by tickit_term_observe_sigwinch(3).
26
28 tickit_term_input_check_timeout_msec() returns a number indicating a
29 timeout delay in milliseconds.
30
32 tickit_term_build(3), tickit_term_input_push_bytes(3),
33 tickit_term_bind_event(3), tickit_term(7), tickit(7)
34
35
36
37 TICKIT_TERM_INPUT_CHECK_TIMEOUT_MSEC(3)