Struct x1b::Curse [] [src]

pub struct Curse {
    // some fields omitted
}

Methods

impl Curse
[src]

fn new(w: u16, h: u16) -> Self

fn clear(&mut self, tc: TCell)

fn set(&mut self, x: u16, y: u16, tc: TCell)

fn printnows(&mut self, x: u16, y: u16, s: &str, ta: TextAttr)

fn print(&mut self, x: u16, y: u16, s: &str, ta: TextAttr)

fn refresh(&mut self) -> Result<()>