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_set_name(3) unibilium doc::unibi_set_name(3)

unibi_get_name, unibi_set_name - access the name of a terminal object

 #include <unibilium.h>
 
 const char *unibi_get_name(const unibi_term *ut);
 void unibi_set_name(unibi_term *ut, const char *s);

"unibi_get_name" gets the name from ut; "unibi_set_name" sets the name to s.

Note that "unibi_set_name" simply stores the pointer it is given; it will not free s or make a copy of the string.

"unibi_get_name" returns a pointer to the name of the terminal; this either comes from a terminfo entry (the part after the last '|' in the name section) or was set by "unibi_set_name".

unibilium.h(3), unibi_get_aliases(3), unibi_set_aliases(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.