[][src]Trait alacritty::ansi::TermInfo

pub trait TermInfo {
    fn lines(&self) -> Line;
fn cols(&self) -> Column; }

Trait that provides properties of terminal

Required methods

fn lines(&self) -> Line

fn cols(&self) -> Column

Loading content...

Implementors

impl TermInfo for Term[src]

Loading content...