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_get_size - return the size of a render buffer

Description

tickit_renderbuffer_get_size()  sets  the integers pointed to by lines and cols, if not NULL, to the size
       of the render buffer's content area.

Name

       tickit_renderbuffer_get_size - return the size of a render buffer

Return Value

tickit_renderbuffer_get_size() returns no value.

See Also

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

                                                                                 TICKIT_RENDERBUFFER_GET_SIZE(3)

Synopsis

#include<tickit.h>voidtickit_renderbuffer_get_size(constTickitRenderBuffer*rb,int*lines,int*cols);

       Link with -ltickit.

See Also