Struct term::terminfo::TermInfoExperimental
[-]
[+]
[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 |