Package unibilium-devel
Development files needed for unibilium
https://github.com/neovim/unibilium
Version: 2.1.2
Library Functions | |
unibi_add_ext_bool | add extended capabilities to a terminal object |
unibi_add_ext_num | add extended capabilities to a terminal object |
unibi_add_ext_str | alias for unibi_add_ext_bool |
unibi_count_ext_bool | count extended terminal capabilities |
unibi_count_ext_num | alias for unibi_count_ext_bool |
unibi_count_ext_str | count extended terminal capabilities |
unibi_del_ext_bool | remove extended capabilities from a terminal object |
unibi_destroy | free a terminal object |
unibi_dummy | construct a dummy terminal object |
unibi_dump | convert a terminal object to compiled terminfo data |
unibi_format | interpret a terminfo format string |
unibi_from_env | read the terminfo entry specified by TERM |
unibi_from_fd | read a terminfo entry from a file descriptor |
unibi_from_file | read a terminfo entry from a file |
unibi_from_fp | read a terminfo entry from a FILE * |
unibi_from_mem | construct a terminal object from a compiled terminfo entry |
unibi_from_term | read a terminfo entry for a named terminal |
unibi_get_aliases | access the aliases of a terminal object |
unibi_get_bool | access the capabilities of a terminal object |
unibi_get_ext_bool | access the extended capabilities of a terminal object |
unibi_get_ext_bool_name | access the names of extended capabilities of a terminal object |
unibi_get_ext_num | access the extended capabilities of a terminal object |
unibi_get_ext_num_name | access the names of extended capabilities of a terminal object |
unibi_get_ext_str | alias for unibi_get_ext_bool |
unibi_get_ext_str_name | access the names of extended capabilities of a terminal object |
unibi_get_name | access the name of a terminal object |
unibi_get_num | access the capabilities of a terminal object |
unibi_get_str | access the capabilities of a terminal object |
unibi_int_from_var | create and inspect unibi_var_t values |
unibi_name_bool | translate capability enums to names |
unibi_name_num | alias for unibi_name_bool |
unibi_name_str | alias for unibi_name_bool |
unibi_num_from_var | create and inspect unibi_var_t values |
unibi_run | alias for unibi_format |
unibi_set_aliases | alias for unibi_get_aliases |
unibi_set_bool | access the capabilities of a terminal object |
unibi_set_ext_bool | access the extended capabilities of a terminal object |
unibi_set_ext_bool_name | alias for unibi_get_ext_bool_name |
unibi_set_ext_num | access the extended capabilities of a terminal object |
unibi_set_ext_num_name | access the names of extended capabilities of a terminal object |
unibi_set_ext_str | access the extended capabilities of a terminal object |
unibi_set_ext_str_name | access the names of extended capabilities of a terminal object |
unibi_set_name | access the name of a terminal object |
unibi_set_num | access the capabilities of a terminal object |
unibi_set_str | access the capabilities of a terminal object |
unibi_short_name_bool | translate capability enums to names |
unibi_short_name_num | translate capability enums to names |
unibi_short_name_str | translate capability enums to names |
unibi_str_from_var | create and inspect unibi_var_t values |
unibi_terminfo_dirs | fallback terminfo search path |
unibi_var_from_num | alias for unibi_num_from_var |
unibi_var_from_str | alias for unibi_num_from_var |
unibilium.h | ncurses terminfo parser and utility functions |