Struct term::terminfo::TermInfoUnstable [-] [+] [src]

pub struct TermInfo {
    pub names: Vec<String>,
    pub bools: HashMap<String, bool>,
    pub numbers: HashMap<String, u16>,
    pub strings: HashMap<String, Vec<u8>>,
}

A parsed terminfo database entry.

Fields

names

Names for the terminal

bools

Map of capability name to boolean value

numbers

Map of capability name to numeric value

strings

Map of capability name to raw (unexpanded) string

Trait Implementations

Derived Implementations

impl Debug for TermInfo

fn fmt(&self, __arg_0: &mut Formatter) -> Result