File: tickit_term_input_push_bytes.3

package info (click to toggle)
libtickit 0.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,556 kB
  • sloc: ansic: 13,904; perl: 228; makefile: 161; sh: 38
file content (23 lines) | stat: -rw-r--r-- 876 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.TH TICKIT_TERM_INPUT_PUSH_BYTES 3
.SH NAME
tickit_term_input_push_bytes \- supply more input data
.SH SYNOPSIS
.EX
.B #include <tickit.h>
.sp
.BI "void tickit_term_input_push_bytes(TickitTerm *" tt ", const char *" bytes ", size_t " len );
.EE
.sp
Link with \fI\-ltickit\fP.
.SH DESCRIPTION
\fBtickit_term_push_input_bytes\fP() supplies more data to the terminal instance, as if it had been read from a terminal file descriptor. Calling this function may result in \fBTICKIT_EV_KEY\fP or \fBTICKIT_EV_MOUSE\fP events being invoked.
.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_push_bytes\fP() returns no value.
.SH "SEE ALSO"
.BR tickit_term_build (3),
.BR tickit_term_input_readable (3),
.BR tickit_term_bind_event (3),
.BR tickit_term (7),
.BR tickit (7)