File: tickit_term_new.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 (18 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.TH TICKIT_TERM_NEW 3
.SH NAME
tickit_term_new \- create a new terminal instance
.SH SYNOPSIS
.EX
.B #include <tickit.h>
.sp
.BI "TickitTerm *tickit_term_new(void);"
.BI "TickitTerm *tickit_term_new_for_termtype(const char *" termtype );
.EE
.sp
Link with \fI\-ltickit\fP.
.SH DESCRIPTION
These functions are now discouraged. Applications should use \fBtickit_term_build\fP(3) instead.
.SH "SEE ALSO"
.BR tickit_term_build (3),
.BR tickit_term (7),
.BR tickit (7)