TICKIT_REN...UFFER_ERASE(3) Library Functions Manual TICKIT_REN...UFFER_ERASE(3) NAME tickit_renderbuffer_erase, tickit_renderbuffer_erase_to, tickit_render- buffer_erase_at - create erase regions SYNOPSIS #include <tickit.h> void tickit_renderbuffer_erase(TickitRenderBuffer *rb, int cols); void tickit_renderbuffer_erase_to(TickitRenderBuffer *rb, int col); void tickit_renderbuffer_erase_at(TickitRenderBuffer *rb, int line, int col, int cols); Link with -ltickit. DESCRIPTION tickit_renderbuffer_erase() creates a erase region that starts at the cur- rent virtual cursor position, continuing on for cols cells set to the cur- rent pen. tickit_renderbuffer_erase_to() creates a erase region that con- tinues until the given column if the cursor was before that, or has no ef- fect if it was after. Both of these functions will update the virtual cur- sor position. tickit_renderbuffer_erase_at() creates a erase region at the given position and length. This function does not use or update the virtual cursor posi- tion. RETURN VALUE These functions return nothing SEE ALSO tickit_renderbuffer_new(3), tickit_renderbuffer_blit(3), tickit_render- buffer_flush_to_term(3), tickit_renderbuffer(7), tickit(7) TICKIT_REN...UFFER_ERASE(3)
NAME | SYNOPSIS | DESCRIPTION | RETURN VALUE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=tickit_renderbuffer_erase&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
