1TICKIT_TERM_INPUT_CHECK_TIMELOiUbTr_aMrSyECF(u3n)ctTiIoCnKsITM_aTnEuRaMl_INPUT_CHECK_TIMEOUT_MSEC(3)
2
3
4

NAME

6       tickit_term_input_check_timeout_msec - terminal timeout behaviour
7

SYNOPSIS

9       #include <tickit.h>
10
11       int tickit_term_input_check_timeout_msec(TickitTerm *tt);
12
13       Link with -ltickit.
14

DESCRIPTION

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 miliseconds
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
21       another 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

RETURN VALUE

28       tickit_term_input_check_timeout_msec() returns a  number  indicating  a
29       timeout delay in miliseconds.
30

SEE ALSO

32       tickit_term_new(3),                        tickit_term_set_input_fd(3),
33       tickit_term_input_push_bytes(3),             tickit_term_bind_event(3),
34       tickit_term(7), tickit(7)
35
36
37
38                                       TICKIT_TERM_INPUT_CHECK_TIMEOUT_MSEC(3)
Impressum