Struct term::terminfo::TerminfoTerminalUnstable
[-] [+]
[src]
pub struct TerminfoTerminal<T> { // some fields omitted }
A Terminal that knows how many colors it supports, with a reference to its parsed Terminfo database record.
Methods
impl<T: Write + Send + 'static> TerminfoTerminal<T>
fn new(out: T) -> Option<Box<Terminal<T> + Send + 'static>>
Returns None
whenever the terminal cannot be created for some
reason.