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_copyrect, tickit_renderbuffer_moverect - copy or move a rectangular region of a

Description

tickit_renderbuffer_copyrect() copies the rectangular region in the buffer from the  rectangle  given  by
       src into the location given by dest.

       tickit_renderbuffer_moverect()  moves  content  in the rectangular region in the buffer given by src into
       the location given by dest, resetting the region migrated out from back to the skip state.

       In each case, the two regions may overlap. These functions will also copy cells in skip state;  that  is,
       cells set to skip in the source region are set to skip in the destination.

Name

       tickit_renderbuffer_copyrect,  tickit_renderbuffer_moverect  -  copy  or  move  a rectangular region of a
       buffer

Return Value

       These functions return no value.

See Also

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

                                                                                 TICKIT_RENDERBUFFER_COPYRECT(3)

Synopsis

#include<tickit.h>voidtickit_renderbuffer_copyrect(TickitRenderBuffer*rb,constTickitRect*dest,constTickitRect*src);voidtickit_renderbuffer_moverect(TickitRenderBuffer*rb,constTickitRect*dest,constTickitRect*src);

       Link with -ltickit.