Manpages - unibi_from_fd.3

Table of Contents



NAME

unibi_from_fd - read a terminfo entry from a file descriptor

SYNOPSIS

#include <unibilium.h> unibi_term *unibi_from_fd(int fd);

DESCRIPTION

This function reads up to 4096 bytes from fd, then calls unibi_from_mem.

RETURN VALUE

See unibi_from_mem (3).

SEE ALSO

unibilium.h (3), unibi_from_mem (3), unibi_destroy (3)

Author: dt

Created: 2022-02-20 Sun 20:16