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_pen_attrname - return the name of a pen attribute

Description

tickit_pen_attrname()  returns the name of the given pen attribute. These names are the lowercase strings
       given in tickit_pen(7).

       tickit_pen_lookup_attr() returns the attribute constant for a given name. If the name is  not  recognised
       then -1 is returned.

Name

       tickit_pen_attrname - return the name of a pen attribute

Return Value

tickit_pen_attrname()  returns  a  constant string pointer. tickit_pen_lookup_attr() returns an attribute
       constant or -1.

See Also

tickit_pen(7), tickit(7)

                                                                                          TICKIT_PEN_ATTRNAME(3)

Synopsis

#include<tickit.h>constchar*tickit_pen_attrname(TickitPenAttrattr);TickitPenAttrtickit_pen_lookup_attr(constchar*name);

       Link with -ltickit.

See Also