Man page - unibi_from_term(3)
Packages contains this manual
- unibi_var_from_num(3)
- unibi_var_from_str(3)
- unibi_dummy(3)
- unibi_get_bool(3)
- unibi_get_aliases(3)
- unibi_short_name_num(3)
- unibi_from_term(3)
- unibi_get_ext_str_name(3)
- unibi_from_env(3)
- unibi_get_name(3)
- unibi_num_from_var(3)
- unibi_set_ext_num_name(3)
- unibi_short_name_str(3)
- unibi_from_fp(3)
- unibi_get_ext_num(3)
- unibi_str_from_var(3)
- unibi_run(3)
- unibi_get_ext_str(3)
- unibi_set_ext_bool(3)
- unibi_from_file(3)
- unibi_count_ext_num(3)
- unibi_del_ext_bool(3)
- unibi_count_ext_bool(3)
- unibi_set_num(3)
- unibi_get_ext_bool_name(3)
- unibi_int_from_var(3)
- unibi_get_ext_bool(3)
- unibi_add_ext_bool(3)
- unibi_set_str(3)
- unibi_count_ext_str(3)
- unibi_get_ext_num_name(3)
- unibi_set_name(3)
- unibi_terminfo_dirs(3)
- unibilium.h(3)
- unibi_destroy(3)
- unibi_from_fd(3)
- unibi_add_ext_num(3)
- unibi_name_str(3)
- unibi_set_bool(3)
- unibi_set_ext_bool_name(3)
- unibi_set_aliases(3)
- unibi_dump(3)
- unibi_set_ext_str(3)
- unibi_add_ext_str(3)
- unibi_set_ext_num(3)
- unibi_format(3)
- unibi_name_bool(3)
- unibi_get_num(3)
- unibi_get_str(3)
- unibi_from_mem(3)
- unibi_short_name_bool(3)
- unibi_set_ext_str_name(3)
- unibi_name_num(3)
apt-get install libunibilium-dev
Manual
doc::unibi_from_term
NAMESYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
NAME
unibi_from_term - read a terminfo entry for a named terminal
SYNOPSIS
#include
<unibilium.h>
unibi_term *unibi_from_term(const char *name);
DESCRIPTION
This function locates the terminfo file for name , then calls "unibi_from_file".
It looks in the following places:
|
1. |
If the environment variable "TERMINFO" is set, it is interpreted as the name of the directory to search for local terminal definitions before checking in the standard place. |
||
|
2. |
Otherwise, "$HOME/.terminfo" is tried. |
||
|
3. |
If that was not successful and "TERMINFO_DIRS" is set, it is interpreted as a colon-separated list of directories to search. |
||
|
4. |
If "TERMINFO_DIRS" is not set, a compiled-in fallback ("unibi_terminfo_dirs") is used instead. |
RETURN VALUE
See unibi_from_file (3).
SEE ALSO
unibilium.h (3), unibi_from_file (3), unibi_terminfo_dirs (3), unibi_destroy (3)