GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
doc::unibi_from_term(3) unibilium doc::unibi_from_term(3)

unibi_from_term - read a terminfo entry for a named terminal

 #include <unibilium.h>
 
 unibi_term *unibi_from_term(const char *name);

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.

See unibi_from_file(3).

unibilium.h(3), unibi_from_file(3), unibi_terminfo_dirs(3), unibi_destroy(3)
2019-08-11 unibilium-2.0.0

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.