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_rect_bottom, tickit_rect_right - return the bottom right corner of a rectangle

Description

tickit_rect_bottom() returns the lower extent of the rectangle; returning the first line past the bottom.

       tickit_rect_right()  returns  the  righthand extent of the rectangle; returning the first column past the
       righthand edge.

       These functions may be static inline.

Name

       tickit_rect_bottom, tickit_rect_right - return the bottom right corner of a rectangle

Return Value

tickit_rect_bottom() returns a line number as an integer. tickit_rect_right() returns a column number  as
       an integer.

See Also

tickit_rect_init_sized(3), tickit_rect_init_bounded(3), tickit_rect(7), tickit(7)

                                                                                           TICKIT_RECT_BOTTOM(3)

Synopsis

#include<tickit.h>inttickit_rect_bottom(constTickitRect*rect);inttickit_rect_right(constTickitRect*rect);

       Link with -ltickit.

See Also