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_flush_to_term - output buffer contents to the terminal

Description

tickit_renderbuffer_flush_to_term()  outputs  the entire stored state in the buffer to the terminal, then
       resets the buffer back to its initial state. Stored content is output in a strictly top-to-bottom,  left-
       to-right order, ensuring a minimal amount of cursor movement for efficiency, and helping to reduce output
       flicker on the terminal display.

Name

       tickit_renderbuffer_flush_to_term - output buffer contents to the terminal

Return Value

       This function returns nothing.

See Also

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

                                                                            TICKIT_RENDERBUFFER_FLUSH_TO_TERM(3)

Synopsis

#include<tickit.h>voidtickit_renderbuffer_flush_to_term(TickitRenderBuffer*rb,TickitTerm*tt);

       Link with -ltickit.

See Also