table of contents
other versions
- stretch 1.2.0-1
- testing 2.0.0-4
- stretch-backports 2.0.0-4~bpo9+1
- unstable 2.0.0-4
doc::unibi_from_term(3) | unibilium | doc::unibi_from_term(3) |
NAME¶
unibi_from_term - read a terminfo entry for a named terminalSYNOPSIS¶
#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. No other directory is used.
- 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)2019-04-23 | unibilium-2.0.0 |