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_RESET(3) FreeBSD Library Functions Manual TICKIT_RENDERBUFFER_RESET(3)

tickit_renderbuffer_reset - revert a render buffer back to initial state

#include <tickit.h>

void tickit_renderbuffer_reset(TickitRenderBuffer *rb);

Link with -ltickit.

tickit_renderbuffer_reset() resets the render buffer back to its initial state. The pending content is erased, and all the cells are set back to the skipped state. The virtual cursor position is unset, the translation offset set back to zero, the clipping region set to the entire buffer and the pen removed if set. Also the saved state stack is cleared.

Any memory allocated for the storage of strings by the tickit_renderbuffer_text family of functions is also released by this function.

This function returns no value.

tickit_renderbuffer_new(3), tickit_renderbuffer_save(3), tickit_renderbuffer_restore(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.