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
TERMKEY_SET_BUFFER_SIZE(3) FreeBSD Library Functions Manual TERMKEY_SET_BUFFER_SIZE(3)

termkey_set_buffer_size, termkey_get_buffer_size - control the buffer size

#include <termkey.h>

int termkey_set_buffer_size(TermKey *tk, size_t size);
size_t termkey_get_buffer_size(TermKey *tk);

Link with -ltermkey.

termkey_set_buffer_size() changes the size of the buffer space in the termkey(7) instance to that given by size. Any bytes pending in the buffer will be preserved when resizing, though they will be truncated if the new size is smaller than the total number of bytes in the buffer.

termkey_get_buffer_size() returns the size of the buffer set by the last call to termkey_set_buffer_size(), or the default initial size of 256 bytes.

termkey_set_buffer_size() returns a true value, or zero if an error occurs. termkey_get_buffer_size() returns the current buffer size in bytes.

termkey_new(3), termkey_get_buffer_remaining(3), termkey(7)

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.