.TH TICKIT_TERM_INPUT_CHECK_TIMEOUT_MSEC 3 .SH NAME tickit_term_input_check_timeout_msec \- terminal timeout behaviour .SH SYNOPSIS .EX .B #include .sp .BI "int tickit_term_input_check_timeout_msec(TickitTerm *" tt ); .EE .sp Link with \fI\-ltickit\fP. .SH DESCRIPTION \fBtickit_term_input_check_timeout_msec\fP() performs input-related timeout behaviour, used to handle multi-byte input events, the Escape key, and other things. It returns a value indicating the number of milliseconds of delay before it wishes to be called again. When called again, it may perform any timeout behaviours that are required, and either return another timeout delay, or -1 to indicate there is no longer a need for timeout. Calling it may result in \fBTICKIT_EV_KEY\fP events. .PP This function also invokes deferred \fBTICKIT_EV_RESIZE\fP events if enabled by \fBtickit_term_observe_sigwinch\fP(3). .SH "RETURN VALUE" \fBtickit_term_input_check_timeout_msec\fP() returns a number indicating a timeout delay in milliseconds. .SH "SEE ALSO" .BR tickit_term_build (3), .BR tickit_term_input_push_bytes (3), .BR tickit_term_bind_event (3), .BR tickit_term (7), .BR tickit (7)