|
NAMEtickit_renderbuffer_reset - revert a render buffer back to initial stateSYNOPSIS#include <tickit.h> void tickit_renderbuffer_reset(TickitRenderBuffer *rb); Link with -ltickit. DESCRIPTIONtickit_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. RETURN VALUEThis function returns no value.SEE ALSOtickit_renderbuffer_new(3), tickit_renderbuffer_save(3), tickit_renderbuffer_restore(3), tickit_renderbuffer(7), tickit(7) Visit the GSP FreeBSD Man Page Interface. |