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

unibi_dummy - construct a dummy terminal object

Description

       If you want to create a terminfo entry from scratch, use this function to create a dummy "unibi_term".
       Set its capabilities with the various "unibi_set_*" functions, get the terminfo representation with
       "unibi_dump", and free it with "unibi_destroy".

Name

       unibi_dummy - construct a dummy terminal object

See Also

unibilium.h(3), unibi_dump(3), unibi_destroy(3), unibi_from_mem(3)

unibilium-2.1.1                                    2024-03-20                                doc::unibi_dummy(3)

Synopsis

        #include <unibilium.h>

        unibi_term *unibi_dummy(void);

See Also