1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
.TH TICKIT_TERM_CLEAR 3
.SH NAME
tickit_term_clear \- clear the terminal
.SH SYNOPSIS
.EX
.B #include <tickit.h>
.sp
.BI "void tickit_term_clear(TickitTerm *" tt );
.EE
.sp
Link with \fI\-ltickit\fP.
.SH DESCRIPTION
\fBtickit_term_clear\fP() clear the entire content of the terminal.
.SH "RETURN VALUE"
\fBtickit_term_clear\fP() returns no value.
.SH "SEE ALSO"
.BR tickit_term_build (3),
.BR tickit_term_goto (3),
.BR tickit_term_print (3),
.BR tickit_term_erasech (3),
.BR tickit_term (7),
.BR tickit (7)
|