Home
last modified time | relevance | path

Searched refs:drawing_cell (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/vt100-0.8.1/src/
H A Dscreen.rs534 fn drawing_cell( in drawing_cell() method
538 self.grid().drawing_cell(pos) in drawing_cell()
641 .drawing_cell(crate::grid::Pos { in text()
706 .drawing_cell(drawing_pos) in text()
719 if self.drawing_cell(drawing_pos).unwrap().is_wide() { in text()
H A Dgrid.rs152 pub fn drawing_cell(&self, pos: Pos) -> Option<&crate::cell::Cell> { in drawing_cell() method
164 self.drawing_cell(self.pos) in current_cell()