GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TICKIT_TERM_OPEN_STDIO(3) FreeBSD Library Functions Manual TICKIT_TERM_OPEN_STDIO(3)

tickit_term_open_stdio - create a terminal instance on standard input/output

#include <tickit.h>

TickitTerm *tickit_term_open_stdio(void);

Link with -ltickit.

tickit_term_open_stdio() creates a new TickitTerm instance to represent the standard input and output streams of the process. This function is a convenient shortcut around the common use-case of creating an instance using tickit_term_build(3) with the open field set to TICKIT_OPEN_STDIO, and enabling SIGWINCH support using tickit_term_observe_sigwinch(3).

If successful, tickit_term_open_stdio() returns a pointer to the new instance. On failure, NULL is returned with errno set to indicate the failure.

tickit_term_build(3), tickit_term_print(3), tickit_term_bind_event(3), tickit_term(7), tickit(7)

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.