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_PRINT(3) FreeBSD Library Functions Manual TICKIT_TERM_PRINT(3)

tickit_term_print - send text to the terminal

#include <tickit.h>

void tickit_term_print(TickitTerm *tt, const char *str);
void tickit_term_printn(TickitTerm *tt, const char *str, size_t len);

void tickit_term_printf(TickitTerm *tt, const char *fmt, ...);
void tickit_term_vprintf(TickitTerm *tt, const char *fmt, va_list args);

Link with -ltickit.

tickit_term_print() sends a string of text to the terminal to be printed at the current cursor location. The string must be free from any control characters. tickit_term_printn() sends a string at most len characters to be printed.

tickit_term_printf() sends a string of text built by formatting the given arguments in the same way that printf(3) does. tickit_term_vprintf() is similar, taking its arguments instead in a va_list as vprintf(3) does.

tickit_term_print(), tickit_term_printf() and tickit_term_vprintf() return no value.

tickit_term_build(3), tickit_term_goto(3), tickit_term_setpen(3), tickit_term_chpen(3), tickit_term_erasech(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.