Module nixterm::terminfo[][src]

Re-exports

pub use self::BooleanField::*;
pub use self::NumericField::*;
pub use self::StringField::*;

Modules

lang

Structs

Error

TermInfo's failure type.

TermInfo

TermInfo is immutable terminfo data.

TermInfoBuf

The owning, mutable version of TermInfo

Enums

BooleanField
ErrorKind

Outlines the various points where TermInfo routines may fail.

NumericField
StringField

Constants

PREDEFINED_BOOLEANS_COUNT

Number of booleans expected to be present in the file

PREDEFINED_NUMERICS_COUNT

Number of numbers expected to be present in the file

PREDEFINED_STRINGS_COUNT

Number of strings expected to be present in the file

Functions

databases

Enumerate any know terminfo databases on the system.

from_env
path

Get a path to the terminfo file base on the $TERM environment variable.

Type Definitions

Result