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_RENDERBUFFER_SKIP(3) FreeBSD Library Functions Manual TICKIT_RENDERBUFFER_SKIP(3)

tickit_renderbuffer_skip, tickit_renderbuffer_skip_at, tickit_renderbuffer_skip_to - create skip regions

#include <tickit.h>

void tickit_renderbuffer_skip(TickitRenderBuffer *rb,
         int cols);
void tickit_renderbuffer_skip_to(TickitRenderBuffer *rb,
         int col);
void tickit_renderbuffer_skip_at(TickitRenderBuffer *rb,
         int line, int col, int cols);

void tickit_renderbuffer_skiprect(TickitRenderBuffer *rb,
         TickitRect *rect);

Link with -ltickit.

tickit_renderbuffer_skip() creates a skip region that starts at the current virtual cursor position, continuing on for cols cells. tickit_renderbuffer_skip_to() creates a skip region that continues until the given column if the cursor was before that, or has no effect if it was after. Both of these functions will update the virtual cursor position.

tickit_renderbuffer_skip_at() creates a skip region at the given position and length. This function does not use or update the virtual cursor position.

tickit_renderbuffer_skiprect() creates skip regions for every line in rect within the buffer.

These functions return nothing

tickit_renderbuffer_new(3), tickit_renderbuffer_blit(3), tickit_renderbuffer_flush_to_term(3), tickit_renderbuffer(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.