logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tickit_renderbuffer_eraserect, tickit_renderbuffer_clear - erase large areas

Description

tickit_renderbuffer_eraserect()  creates  erase  regions for every line in rect within the buffer, set to
       the current pen.

       tickit_renderbuffer_clear() erases the entire buffer area within the current clipping region  and  masks,
       setting it all to be erase regions with the current pen.

       Neither of these functions use or update the virtual cursor.

Name

       tickit_renderbuffer_eraserect, tickit_renderbuffer_clear - erase large areas

Return Value

       These functions return nothing

See Also

tickit_renderbuffer_new(3),       tickit_renderbuffer_blit(3),      tickit_renderbuffer_flush_to_term(3),
       tickit_renderbuffer(7), tickit(7)

                                                                                TICKIT_RENDERBUFFER_ERASERECT(3)

Synopsis

#include<tickit.h>voidtickit_renderbuffer_eraserect(TickitRenderBuffer*rb,TickitRect*rect);voidtickit_renderbuffer_clear(TickitRenderBuffer*rb);

       Link with -ltickit.

See Also